Skip to content

Commit afad586

Browse files
authored
Fix general commissioning feature map for 2 more example apps - air purifier and contact sensor (#38101)
* Fix feature map in GeneralCommissioning for air quality * Fix contact sensor too
1 parent 44de8d4 commit afad586

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

examples/air-quality-sensor-app/air-quality-sensor-common/air-quality-sensor-app.matter

+1-1
Original file line numberDiff line numberDiff line change
@@ -2410,7 +2410,7 @@ endpoint 0 {
24102410
callback attribute regulatoryConfig;
24112411
callback attribute locationCapability;
24122412
callback attribute supportsConcurrentConnection;
2413-
ram attribute featureMap default = 6;
2413+
ram attribute featureMap default = 0;
24142414
ram attribute clusterRevision default = 1;
24152415

24162416
handle command ArmFailSafe;

examples/air-quality-sensor-app/air-quality-sensor-common/air-quality-sensor-app.zap

+1-1
Original file line numberDiff line numberDiff line change
@@ -1061,7 +1061,7 @@
10611061
"storageOption": "RAM",
10621062
"singleton": 0,
10631063
"bounded": 0,
1064-
"defaultValue": "6",
1064+
"defaultValue": "0",
10651065
"reportable": 1,
10661066
"minInterval": 1,
10671067
"maxInterval": 65534,

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -2043,7 +2043,7 @@ endpoint 0 {
20432043
callback attribute regulatoryConfig;
20442044
callback attribute locationCapability;
20452045
callback attribute supportsConcurrentConnection;
2046-
ram attribute featureMap default = 6;
2046+
ram attribute featureMap default = 0;
20472047
ram attribute clusterRevision default = 1;
20482048

20492049
handle command ArmFailSafe;

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1323,7 +1323,7 @@
13231323
"storageOption": "RAM",
13241324
"singleton": 0,
13251325
"bounded": 0,
1326-
"defaultValue": "6",
1326+
"defaultValue": "0",
13271327
"reportable": 1,
13281328
"minInterval": 1,
13291329
"maxInterval": 65534,

examples/contact-sensor-app/contact-sensor-common/contact-sensor-app.matter

+1-1
Original file line numberDiff line numberDiff line change
@@ -1973,7 +1973,7 @@ endpoint 0 {
19731973
callback attribute regulatoryConfig;
19741974
callback attribute locationCapability;
19751975
callback attribute supportsConcurrentConnection;
1976-
ram attribute featureMap default = 6;
1976+
ram attribute featureMap default = 0;
19771977
ram attribute clusterRevision default = 1;
19781978

19791979
handle command ArmFailSafe;

examples/contact-sensor-app/contact-sensor-common/contact-sensor-app.zap

+1-1
Original file line numberDiff line numberDiff line change
@@ -1201,7 +1201,7 @@
12011201
"storageOption": "RAM",
12021202
"singleton": 0,
12031203
"bounded": 0,
1204-
"defaultValue": "6",
1204+
"defaultValue": "0",
12051205
"reportable": 1,
12061206
"minInterval": 1,
12071207
"maxInterval": 65534,

0 commit comments

Comments
 (0)