Skip to content

Commit 9d1f262

Browse files
committed
update zap file
1 parent 43c4c1a commit 9d1f262

File tree

2 files changed

+8
-12
lines changed

2 files changed

+8
-12
lines changed

examples/contact-sensor-app/bouffalolab/data_model/contact-sensor-app.matter

+3-3
Original file line numberDiff line numberDiff line change
@@ -2233,14 +2233,14 @@ endpoint 0 {
22332233
callback attribute registeredClients;
22342234
callback attribute ICDCounter;
22352235
callback attribute clientsSupportedPerFabric;
2236-
ram attribute userActiveModeTriggerHint;
2237-
ram attribute userActiveModeTriggerInstruction;
2236+
ram attribute userActiveModeTriggerHint default = 0x100;
2237+
ram attribute userActiveModeTriggerInstruction default = "Push setup button for Active Mode";
22382238
ram attribute operatingMode default = 0;
22392239
callback attribute maximumCheckInBackOff;
22402240
callback attribute generatedCommandList;
22412241
callback attribute acceptedCommandList;
22422242
callback attribute attributeList;
2243-
ram attribute featureMap default = 4;
2243+
ram attribute featureMap default = 0x000f;
22442244
ram attribute clusterRevision default = 3;
22452245

22462246
handle command RegisterClient;

examples/contact-sensor-app/bouffalolab/data_model/contact-sensor-app.zap

+5-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"fileFormat": 2,
3-
"featureLevel": 106,
3+
"featureLevel": 104,
44
"creator": "zap",
55
"keyValuePairs": [
66
{
@@ -41,16 +41,14 @@
4141
"code": 22,
4242
"profileId": 259,
4343
"label": "MA-rootdevice",
44-
"name": "MA-rootdevice",
45-
"deviceTypeOrder": 0
44+
"name": "MA-rootdevice"
4645
},
4746
"deviceTypes": [
4847
{
4948
"code": 22,
5049
"profileId": 259,
5150
"label": "MA-rootdevice",
52-
"name": "MA-rootdevice",
53-
"deviceTypeOrder": 0
51+
"name": "MA-rootdevice"
5452
}
5553
],
5654
"deviceVersions": [
@@ -3973,16 +3971,14 @@
39733971
"code": 21,
39743972
"profileId": 259,
39753973
"label": "MA-contactsensor",
3976-
"name": "MA-contactsensor",
3977-
"deviceTypeOrder": 0
3974+
"name": "MA-contactsensor"
39783975
},
39793976
"deviceTypes": [
39803977
{
39813978
"code": 21,
39823979
"profileId": 259,
39833980
"label": "MA-contactsensor",
3984-
"name": "MA-contactsensor",
3985-
"deviceTypeOrder": 0
3981+
"name": "MA-contactsensor"
39863982
}
39873983
],
39883984
"deviceVersions": [

0 commit comments

Comments
 (0)