Skip to content

Commit 5462aac

Browse files
adigieArekBalysNordic
authored andcommitted
samples: matter: Update General Commissioning Cluster revision to 2
Update General Commissioning Cluster revision to 2. Signed-off-by: Adrian Gielniewski <[email protected]>
1 parent 721943b commit 5462aac

File tree

24 files changed

+26
-26
lines changed

24 files changed

+26
-26
lines changed

applications/matter_bridge/snippets/onoff_plug/bridge.zap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1219,7 +1219,7 @@
12191219
"storageOption": "RAM",
12201220
"singleton": 0,
12211221
"bounded": 0,
1222-
"defaultValue": "1",
1222+
"defaultValue": "2",
12231223
"reportable": 1,
12241224
"minInterval": 0,
12251225
"maxInterval": 65344,

applications/matter_bridge/snippets/onoff_plug/zap-generated/endpoint_config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166
{ ZAP_EMPTY_DEFAULT(), 0x00000004, 1, ZAP_TYPE(BOOLEAN), \
167167
ZAP_ATTRIBUTE_MASK(EXTERNAL_STORAGE) }, /* SupportsConcurrentConnection */ \
168168
{ ZAP_SIMPLE_DEFAULT(0), 0x0000FFFC, 4, ZAP_TYPE(BITMAP32), 0 }, /* FeatureMap */ \
169-
{ ZAP_SIMPLE_DEFAULT(1), 0x0000FFFD, 2, ZAP_TYPE(INT16U), 0 }, /* ClusterRevision */ \
169+
{ ZAP_SIMPLE_DEFAULT(2), 0x0000FFFD, 2, ZAP_TYPE(INT16U), 0 }, /* ClusterRevision */ \
170170
\
171171
/* Endpoint: 0, Cluster: Network Commissioning (server) */ \
172172
{ ZAP_EMPTY_DEFAULT(), 0x00000000, 1, ZAP_TYPE(INT8U), \

applications/matter_bridge/src/default_zap/bridge.zap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1219,7 +1219,7 @@
12191219
"storageOption": "RAM",
12201220
"singleton": 0,
12211221
"bounded": 0,
1222-
"defaultValue": "1",
1222+
"defaultValue": "2",
12231223
"reportable": 1,
12241224
"minInterval": 0,
12251225
"maxInterval": 65344,

applications/matter_bridge/src/default_zap/zap-generated/endpoint_config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
{ ZAP_EMPTY_DEFAULT(), 0x00000004, 1, ZAP_TYPE(BOOLEAN), \
164164
ZAP_ATTRIBUTE_MASK(EXTERNAL_STORAGE) }, /* SupportsConcurrentConnection */ \
165165
{ ZAP_SIMPLE_DEFAULT(0), 0x0000FFFC, 4, ZAP_TYPE(BITMAP32), 0 }, /* FeatureMap */ \
166-
{ ZAP_SIMPLE_DEFAULT(1), 0x0000FFFD, 2, ZAP_TYPE(INT16U), 0 }, /* ClusterRevision */ \
166+
{ ZAP_SIMPLE_DEFAULT(2), 0x0000FFFD, 2, ZAP_TYPE(INT16U), 0 }, /* ClusterRevision */ \
167167
\
168168
/* Endpoint: 0, Cluster: Network Commissioning (server) */ \
169169
{ ZAP_EMPTY_DEFAULT(), 0x00000000, 1, ZAP_TYPE(INT8U), \

applications/matter_weather_station/src/default_zap/weather-station.zap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1455,7 +1455,7 @@
14551455
"storageOption": "RAM",
14561456
"singleton": 0,
14571457
"bounded": 0,
1458-
"defaultValue": "0x0001",
1458+
"defaultValue": "2",
14591459
"reportable": 1,
14601460
"minInterval": 0,
14611461
"maxInterval": 65344,

applications/matter_weather_station/src/default_zap/zap-generated/endpoint_config.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@
199199
{ ZAP_EMPTY_DEFAULT(), 0x00000004, 1, ZAP_TYPE(BOOLEAN), \
200200
ZAP_ATTRIBUTE_MASK(EXTERNAL_STORAGE) }, /* SupportsConcurrentConnection */ \
201201
{ ZAP_SIMPLE_DEFAULT(0), 0x0000FFFC, 4, ZAP_TYPE(BITMAP32), 0 }, /* FeatureMap */ \
202-
{ ZAP_SIMPLE_DEFAULT(0x0001), 0x0000FFFD, 2, ZAP_TYPE(INT16U), 0 }, /* ClusterRevision */ \
202+
{ ZAP_SIMPLE_DEFAULT(2), 0x0000FFFD, 2, ZAP_TYPE(INT16U), 0 }, /* ClusterRevision */ \
203203
\
204204
/* Endpoint: 0, Cluster: Network Commissioning (server) */ \
205205
{ ZAP_SIMPLE_DEFAULT(0), 0x00000000, 1, ZAP_TYPE(INT8U), 0 }, /* MaxNetworks */ \
@@ -460,7 +460,7 @@
460460
ZAP_ATTRIBUTE_MASK(EXTERNAL_STORAGE) }, /* ClusterRevision */ \
461461
\
462462
/* Endpoint: 1, Cluster: Temperature Measurement (server) */ \
463-
{ ZAP_SIMPLE_DEFAULT(0x8000), 0x00000000, 2, ZAP_TYPE(TEMPERATURE), \
463+
{ ZAP_SIMPLE_DEFAULT(0xFFFF), 0x00000000, 2, ZAP_TYPE(TEMPERATURE), \
464464
ZAP_ATTRIBUTE_MASK(NULLABLE) }, /* MeasuredValue */ \
465465
{ ZAP_SIMPLE_DEFAULT(-4000), 0x00000001, 2, ZAP_TYPE(TEMPERATURE), \
466466
ZAP_ATTRIBUTE_MASK(NULLABLE) }, /* MinMeasuredValue */ \
@@ -522,7 +522,7 @@
522522
ZAP_ATTRIBUTE_MASK(EXTERNAL_STORAGE) }, /* ClusterRevision */ \
523523
\
524524
/* Endpoint: 3, Cluster: Pressure Measurement (server) */ \
525-
{ ZAP_SIMPLE_DEFAULT(0x8000), 0x00000000, 2, ZAP_TYPE(INT16S), \
525+
{ ZAP_SIMPLE_DEFAULT(0xFFFF), 0x00000000, 2, ZAP_TYPE(INT16S), \
526526
ZAP_ATTRIBUTE_MASK(NULLABLE) }, /* MeasuredValue */ \
527527
{ ZAP_SIMPLE_DEFAULT(300), 0x00000001, 2, ZAP_TYPE(INT16S), \
528528
ZAP_ATTRIBUTE_MASK(NULLABLE) }, /* MinMeasuredValue */ \

samples/matter/light_bulb/src/default_zap/light_bulb.zap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1219,7 +1219,7 @@
12191219
"storageOption": "RAM",
12201220
"singleton": 0,
12211221
"bounded": 0,
1222-
"defaultValue": "1",
1222+
"defaultValue": "2",
12231223
"reportable": 1,
12241224
"minInterval": 0,
12251225
"maxInterval": 65344,

samples/matter/light_bulb/src/default_zap/zap-generated/endpoint_config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
167167
{ ZAP_EMPTY_DEFAULT(), 0x00000004, 1, ZAP_TYPE(BOOLEAN), \
168168
ZAP_ATTRIBUTE_MASK(EXTERNAL_STORAGE) }, /* SupportsConcurrentConnection */ \
169169
{ ZAP_SIMPLE_DEFAULT(0), 0x0000FFFC, 4, ZAP_TYPE(BITMAP32), 0 }, /* FeatureMap */ \
170-
{ ZAP_SIMPLE_DEFAULT(1), 0x0000FFFD, 2, ZAP_TYPE(INT16U), 0 }, /* ClusterRevision */ \
170+
{ ZAP_SIMPLE_DEFAULT(2), 0x0000FFFD, 2, ZAP_TYPE(INT16U), 0 }, /* ClusterRevision */ \
171171
\
172172
/* Endpoint: 0, Cluster: Network Commissioning (server) */ \
173173
{ ZAP_EMPTY_DEFAULT(), 0x00000000, 1, ZAP_TYPE(INT8U), \

samples/matter/light_switch/snippets/lit_icd/light_switch.zap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1226,7 +1226,7 @@
12261226
"storageOption": "RAM",
12271227
"singleton": 0,
12281228
"bounded": 0,
1229-
"defaultValue": "1",
1229+
"defaultValue": "2",
12301230
"reportable": 1,
12311231
"minInterval": 0,
12321232
"maxInterval": 65344,

samples/matter/light_switch/snippets/lit_icd/zap-generated/endpoint_config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@
173173
{ ZAP_EMPTY_DEFAULT(), 0x00000004, 1, ZAP_TYPE(BOOLEAN), \
174174
ZAP_ATTRIBUTE_MASK(EXTERNAL_STORAGE) }, /* SupportsConcurrentConnection */ \
175175
{ ZAP_SIMPLE_DEFAULT(0), 0x0000FFFC, 4, ZAP_TYPE(BITMAP32), 0 }, /* FeatureMap */ \
176-
{ ZAP_SIMPLE_DEFAULT(1), 0x0000FFFD, 2, ZAP_TYPE(INT16U), 0 }, /* ClusterRevision */ \
176+
{ ZAP_SIMPLE_DEFAULT(2), 0x0000FFFD, 2, ZAP_TYPE(INT16U), 0 }, /* ClusterRevision */ \
177177
\
178178
/* Endpoint: 0, Cluster: Network Commissioning (server) */ \
179179
{ ZAP_EMPTY_DEFAULT(), 0x00000000, 1, ZAP_TYPE(INT8U), \

0 commit comments

Comments
 (0)