Skip to content

Commit 0396025

Browse files
adigieArekBalysNordic
authored andcommitted
samples: matter: Update Basic Information cluster revision to 4
Update `Basic Information` cluster revision to 4. Signed-off-by: Adrian Gielniewski <[email protected]>
1 parent 90d9927 commit 0396025

File tree

24 files changed

+24
-24
lines changed

24 files changed

+24
-24
lines changed

applications/matter_bridge/snippets/onoff_plug/bridge.zap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -739,7 +739,7 @@
739739
"storageOption": "RAM",
740740
"singleton": 1,
741741
"bounded": 0,
742-
"defaultValue": "3",
742+
"defaultValue": "4",
743743
"reportable": 1,
744744
"minInterval": 0,
745745
"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
@@ -140,7 +140,7 @@
140140
ZAP_ATTRIBUTE_MASK(EXTERNAL_STORAGE) | ZAP_ATTRIBUTE_MASK(SINGLETON) }, /* MaxPathsPerInvoke \
141141
*/ \
142142
{ ZAP_SIMPLE_DEFAULT(0), 0x0000FFFC, 4, ZAP_TYPE(BITMAP32), 0 }, /* FeatureMap */ \
143-
{ ZAP_SIMPLE_DEFAULT(3), 0x0000FFFD, 2, ZAP_TYPE(INT16U), \
143+
{ ZAP_SIMPLE_DEFAULT(4), 0x0000FFFD, 2, ZAP_TYPE(INT16U), \
144144
ZAP_ATTRIBUTE_MASK(SINGLETON) }, /* ClusterRevision */ \
145145
\
146146
/* Endpoint: 0, Cluster: OTA Software Update Requestor (server) */ \

applications/matter_bridge/src/default_zap/bridge.zap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -739,7 +739,7 @@
739739
"storageOption": "RAM",
740740
"singleton": 1,
741741
"bounded": 0,
742-
"defaultValue": "3",
742+
"defaultValue": "4",
743743
"reportable": 1,
744744
"minInterval": 0,
745745
"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
@@ -137,7 +137,7 @@
137137
ZAP_ATTRIBUTE_MASK(EXTERNAL_STORAGE) | ZAP_ATTRIBUTE_MASK(SINGLETON) }, /* MaxPathsPerInvoke \
138138
*/ \
139139
{ ZAP_SIMPLE_DEFAULT(0), 0x0000FFFC, 4, ZAP_TYPE(BITMAP32), 0 }, /* FeatureMap */ \
140-
{ ZAP_SIMPLE_DEFAULT(3), 0x0000FFFD, 2, ZAP_TYPE(INT16U), \
140+
{ ZAP_SIMPLE_DEFAULT(4), 0x0000FFFD, 2, ZAP_TYPE(INT16U), \
141141
ZAP_ATTRIBUTE_MASK(SINGLETON) }, /* ClusterRevision */ \
142142
\
143143
/* Endpoint: 0, Cluster: OTA Software Update Requestor (server) */ \

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -739,7 +739,7 @@
739739
"storageOption": "RAM",
740740
"singleton": 1,
741741
"bounded": 0,
742-
"defaultValue": "3",
742+
"defaultValue": "4",
743743
"reportable": 1,
744744
"minInterval": 0,
745745
"maxInterval": 65344,

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
ZAP_ATTRIBUTE_MASK(EXTERNAL_STORAGE) | ZAP_ATTRIBUTE_MASK(SINGLETON) }, /* MaxPathsPerInvoke \
154154
*/ \
155155
{ ZAP_SIMPLE_DEFAULT(0), 0x0000FFFC, 4, ZAP_TYPE(BITMAP32), 0 }, /* FeatureMap */ \
156-
{ ZAP_SIMPLE_DEFAULT(3), 0x0000FFFD, 2, ZAP_TYPE(INT16U), \
156+
{ ZAP_SIMPLE_DEFAULT(4), 0x0000FFFD, 2, ZAP_TYPE(INT16U), \
157157
ZAP_ATTRIBUTE_MASK(SINGLETON) }, /* ClusterRevision */ \
158158
\
159159
/* Endpoint: 0, Cluster: OTA Software Update Requestor (server) */ \

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -739,7 +739,7 @@
739739
"storageOption": "RAM",
740740
"singleton": 1,
741741
"bounded": 0,
742-
"defaultValue": "3",
742+
"defaultValue": "4",
743743
"reportable": 1,
744744
"minInterval": 0,
745745
"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
@@ -141,7 +141,7 @@
141141
ZAP_ATTRIBUTE_MASK(EXTERNAL_STORAGE) | ZAP_ATTRIBUTE_MASK(SINGLETON) }, /* MaxPathsPerInvoke \
142142
*/ \
143143
{ ZAP_SIMPLE_DEFAULT(0), 0x0000FFFC, 4, ZAP_TYPE(BITMAP32), 0 }, /* FeatureMap */ \
144-
{ ZAP_SIMPLE_DEFAULT(3), 0x0000FFFD, 2, ZAP_TYPE(INT16U), \
144+
{ ZAP_SIMPLE_DEFAULT(4), 0x0000FFFD, 2, ZAP_TYPE(INT16U), \
145145
ZAP_ATTRIBUTE_MASK(SINGLETON) }, /* ClusterRevision */ \
146146
\
147147
/* Endpoint: 0, Cluster: OTA Software Update Requestor (server) */ \

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -739,7 +739,7 @@
739739
"storageOption": "RAM",
740740
"singleton": 1,
741741
"bounded": 0,
742-
"defaultValue": "3",
742+
"defaultValue": "4",
743743
"reportable": 1,
744744
"minInterval": 0,
745745
"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
@@ -147,7 +147,7 @@
147147
ZAP_ATTRIBUTE_MASK(EXTERNAL_STORAGE) | ZAP_ATTRIBUTE_MASK(SINGLETON) }, /* MaxPathsPerInvoke \
148148
*/ \
149149
{ ZAP_SIMPLE_DEFAULT(0), 0x0000FFFC, 4, ZAP_TYPE(BITMAP32), 0 }, /* FeatureMap */ \
150-
{ ZAP_SIMPLE_DEFAULT(3), 0x0000FFFD, 2, ZAP_TYPE(INT16U), \
150+
{ ZAP_SIMPLE_DEFAULT(4), 0x0000FFFD, 2, ZAP_TYPE(INT16U), \
151151
ZAP_ATTRIBUTE_MASK(SINGLETON) }, /* ClusterRevision */ \
152152
\
153153
/* Endpoint: 0, Cluster: OTA Software Update Requestor (server) */ \

0 commit comments

Comments
 (0)