File tree 2 files changed +8
-12
lines changed
examples/contact-sensor-app/bouffalolab/data_model
2 files changed +8
-12
lines changed Original file line number Diff line number Diff line change @@ -2233,14 +2233,14 @@ endpoint 0 {
2233
2233
callback attribute registeredClients;
2234
2234
callback attribute ICDCounter;
2235
2235
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" ;
2238
2238
ram attribute operatingMode default = 0;
2239
2239
callback attribute maximumCheckInBackOff;
2240
2240
callback attribute generatedCommandList;
2241
2241
callback attribute acceptedCommandList;
2242
2242
callback attribute attributeList;
2243
- ram attribute featureMap default = 4 ;
2243
+ ram attribute featureMap default = 0x000f ;
2244
2244
ram attribute clusterRevision default = 3;
2245
2245
2246
2246
handle command RegisterClient;
Original file line number Diff line number Diff line change 1
1
{
2
2
" fileFormat" : 2 ,
3
- " featureLevel" : 106 ,
3
+ " featureLevel" : 104 ,
4
4
" creator" : " zap" ,
5
5
" keyValuePairs" : [
6
6
{
41
41
" code" : 22 ,
42
42
" profileId" : 259 ,
43
43
" label" : " MA-rootdevice" ,
44
- " name" : " MA-rootdevice" ,
45
- " deviceTypeOrder" : 0
44
+ " name" : " MA-rootdevice"
46
45
},
47
46
" deviceTypes" : [
48
47
{
49
48
" code" : 22 ,
50
49
" profileId" : 259 ,
51
50
" label" : " MA-rootdevice" ,
52
- " name" : " MA-rootdevice" ,
53
- " deviceTypeOrder" : 0
51
+ " name" : " MA-rootdevice"
54
52
}
55
53
],
56
54
" deviceVersions" : [
3973
3971
" code" : 21 ,
3974
3972
" profileId" : 259 ,
3975
3973
" label" : " MA-contactsensor" ,
3976
- " name" : " MA-contactsensor" ,
3977
- " deviceTypeOrder" : 0
3974
+ " name" : " MA-contactsensor"
3978
3975
},
3979
3976
" deviceTypes" : [
3980
3977
{
3981
3978
" code" : 21 ,
3982
3979
" profileId" : 259 ,
3983
3980
" label" : " MA-contactsensor" ,
3984
- " name" : " MA-contactsensor" ,
3985
- " deviceTypeOrder" : 0
3981
+ " name" : " MA-contactsensor"
3986
3982
}
3987
3983
],
3988
3984
" deviceVersions" : [
You can’t perform that action at this time.
0 commit comments