Skip to content

Commit c66f9d6

Browse files
adigieArekBalysNordic
authored andcommitted
samples: matter: light_bulb: Change Level Control default value to 0xFE
Change Level Control default value to 0xFE. Signed-off-by: Adrian Gielniewski <[email protected]>
1 parent ae1bd29 commit c66f9d6

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
@@ -4696,7 +4696,7 @@
46964696
"storageOption": "NVM",
46974697
"singleton": 0,
46984698
"bounded": 0,
4699-
"defaultValue": "0x01",
4699+
"defaultValue": "0xFE",
47004700
"reportable": 1,
47014701
"minInterval": 0,
47024702
"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
@@ -458,7 +458,7 @@
458458
{ ZAP_SIMPLE_DEFAULT(6), 0x0000FFFD, 2, ZAP_TYPE(INT16U), 0 }, /* ClusterRevision */ \
459459
\
460460
/* Endpoint: 1, Cluster: Level Control (server) */ \
461-
{ ZAP_SIMPLE_DEFAULT(0x01), 0x00000000, 1, ZAP_TYPE(INT8U), \
461+
{ ZAP_SIMPLE_DEFAULT(0xFE), 0x00000000, 1, ZAP_TYPE(INT8U), \
462462
ZAP_ATTRIBUTE_MASK(TOKENIZE) | ZAP_ATTRIBUTE_MASK(NULLABLE) }, /* CurrentLevel */ \
463463
{ ZAP_SIMPLE_DEFAULT(0x0000), 0x00000001, 2, ZAP_TYPE(INT16U), 0 }, /* RemainingTime */ \
464464
{ ZAP_SIMPLE_DEFAULT(0x01), 0x00000002, 1, ZAP_TYPE(INT8U), 0 }, /* MinLevel */ \

0 commit comments

Comments
 (0)