Skip to content

Commit f4b9c4c

Browse files
committed
Cleanup to sync bitmap feature and features
JIRA: ZAPP-1346
1 parent ccd18e4 commit f4b9c4c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/app/zap-templates/zcl/data-model/chip/door-lock-cluster.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@ limitations under the License.
6565
</globalAttribute>
6666

6767
<features>
68-
<feature bit="0" code="PIN" name="PINCredential" summary="Lock supports PIN credentials (via keypad, or over-the-air)">
68+
<feature bit="0" code="PIN" name="PIN Credential" summary="Lock supports PIN credentials (via keypad, or over-the-air)">
6969
<optionalConform/>
7070
</feature>
71-
<feature bit="1" code="RID" name="RFIDCredential" summary="Lock supports RFID credentials">
71+
<feature bit="1" code="RID" name="RFID Credential" summary="Lock supports RFID credentials">
7272
<optionalConform/>
7373
</feature>
7474
<feature bit="2" code="FGP" name="FingerCredentials" summary="Lock supports finger related credentials (fingerprint, finger vein)">

src/app/zap-templates/zcl/data-model/chip/smoke-co-alarm-cluster.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ limitations under the License.
4040
<feature bit="0" code="SMOKE" name="SmokeAlarm" summary="Supports Smoke alarm">
4141
<optionalConform choice="a" more="true"/>
4242
</feature>
43-
<feature bit="1" code="CO" name="COAlarm" summary="Supports CO alarm">
43+
<feature bit="1" code="CO" name="CO Alarm" summary="Supports CO alarm">
4444
<optionalConform choice="a" more="true"/>
4545
</feature>
4646
</features>

0 commit comments

Comments
 (0)