Skip to content

Commit a38b1d6

Browse files
adigieArekBalysNordic
authored andcommitted
samples: matter: light_bulb: Update Level Control Cluster revision to 6
Update Level Control Cluster revision in Light Bulb sample to 6. Signed-off-by: Adrian Gielniewski <[email protected]>
1 parent 2cfb5c7 commit a38b1d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4936,7 +4936,7 @@
49364936
"storageOption": "RAM",
49374937
"singleton": 0,
49384938
"bounded": 0,
4939-
"defaultValue": "5",
4939+
"defaultValue": "6",
49404940
"reportable": 1,
49414941
"minInterval": 0,
49424942
"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
@@ -480,7 +480,7 @@
480480
ZAP_ATTRIBUTE_MASK(TOKENIZE) | ZAP_ATTRIBUTE_MASK(WRITABLE) | \
481481
ZAP_ATTRIBUTE_MASK(NULLABLE) }, /* StartUpCurrentLevel */ \
482482
{ ZAP_SIMPLE_DEFAULT(3), 0x0000FFFC, 4, ZAP_TYPE(BITMAP32), 0 }, /* FeatureMap */ \
483-
{ ZAP_SIMPLE_DEFAULT(5), 0x0000FFFD, 2, ZAP_TYPE(INT16U), 0 }, /* ClusterRevision */ \
483+
{ ZAP_SIMPLE_DEFAULT(6), 0x0000FFFD, 2, ZAP_TYPE(INT16U), 0 }, /* ClusterRevision */ \
484484
\
485485
/* Endpoint: 1, Cluster: Descriptor (server) */ \
486486
{ ZAP_EMPTY_DEFAULT(), 0x00000000, 0, ZAP_TYPE(ARRAY), \

0 commit comments

Comments
 (0)