Skip to content

Commit 721943b

Browse files
adigieArekBalysNordic
authored andcommitted
samples: matter: Update Access Control Cluster FeatureMap
Set bit 0 (`EXTS`) as Extensions are enabled. Signed-off-by: Adrian Gielniewski <[email protected]>
1 parent c7028a9 commit 721943b

File tree

24 files changed

+31
-31
lines changed

24 files changed

+31
-31
lines changed

applications/matter_bridge/snippets/onoff_plug/bridge.zap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@
361361
"storageOption": "RAM",
362362
"singleton": 0,
363363
"bounded": 0,
364-
"defaultValue": "0",
364+
"defaultValue": "1",
365365
"reportable": 1,
366366
"minInterval": 1,
367367
"maxInterval": 65534,
@@ -6129,4 +6129,4 @@
61296129
"parentEndpointIdentifier": null
61306130
}
61316131
]
6132-
}
6132+
}

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
@@ -90,7 +90,7 @@
9090
ZAP_ATTRIBUTE_MASK(EXTERNAL_STORAGE) }, /* TargetsPerAccessControlEntry */ \
9191
{ ZAP_EMPTY_DEFAULT(), 0x00000004, 2, ZAP_TYPE(INT16U), \
9292
ZAP_ATTRIBUTE_MASK(EXTERNAL_STORAGE) }, /* AccessControlEntriesPerFabric */ \
93-
{ ZAP_SIMPLE_DEFAULT(0), 0x0000FFFC, 4, ZAP_TYPE(BITMAP32), 0 }, /* FeatureMap */ \
93+
{ ZAP_SIMPLE_DEFAULT(1), 0x0000FFFC, 4, ZAP_TYPE(BITMAP32), 0 }, /* FeatureMap */ \
9494
{ ZAP_EMPTY_DEFAULT(), 0x0000FFFD, 2, ZAP_TYPE(INT16U), \
9595
ZAP_ATTRIBUTE_MASK(EXTERNAL_STORAGE) }, /* ClusterRevision */ \
9696
\

applications/matter_bridge/src/default_zap/bridge.zap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@
361361
"storageOption": "RAM",
362362
"singleton": 0,
363363
"bounded": 0,
364-
"defaultValue": "0",
364+
"defaultValue": "1",
365365
"reportable": 1,
366366
"minInterval": 1,
367367
"maxInterval": 65534,
@@ -5081,4 +5081,4 @@
50815081
"parentEndpointIdentifier": null
50825082
}
50835083
]
5084-
}
5084+
}

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
@@ -87,7 +87,7 @@
8787
ZAP_ATTRIBUTE_MASK(EXTERNAL_STORAGE) }, /* TargetsPerAccessControlEntry */ \
8888
{ ZAP_EMPTY_DEFAULT(), 0x00000004, 2, ZAP_TYPE(INT16U), \
8989
ZAP_ATTRIBUTE_MASK(EXTERNAL_STORAGE) }, /* AccessControlEntriesPerFabric */ \
90-
{ ZAP_SIMPLE_DEFAULT(0), 0x0000FFFC, 4, ZAP_TYPE(BITMAP32), 0 }, /* FeatureMap */ \
90+
{ ZAP_SIMPLE_DEFAULT(1), 0x0000FFFC, 4, ZAP_TYPE(BITMAP32), 0 }, /* FeatureMap */ \
9191
{ ZAP_EMPTY_DEFAULT(), 0x0000FFFD, 2, ZAP_TYPE(INT16U), \
9292
ZAP_ATTRIBUTE_MASK(EXTERNAL_STORAGE) }, /* ClusterRevision */ \
9393
\

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@
361361
"storageOption": "RAM",
362362
"singleton": 0,
363363
"bounded": 0,
364-
"defaultValue": "0",
364+
"defaultValue": "1",
365365
"reportable": 1,
366366
"minInterval": 1,
367367
"maxInterval": 65534,

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
@@ -103,7 +103,7 @@
103103
ZAP_ATTRIBUTE_MASK(EXTERNAL_STORAGE) }, /* TargetsPerAccessControlEntry */ \
104104
{ ZAP_EMPTY_DEFAULT(), 0x00000004, 2, ZAP_TYPE(INT16U), \
105105
ZAP_ATTRIBUTE_MASK(EXTERNAL_STORAGE) }, /* AccessControlEntriesPerFabric */ \
106-
{ ZAP_SIMPLE_DEFAULT(0), 0x0000FFFC, 4, ZAP_TYPE(BITMAP32), 0 }, /* FeatureMap */ \
106+
{ ZAP_SIMPLE_DEFAULT(1), 0x0000FFFC, 4, ZAP_TYPE(BITMAP32), 0 }, /* FeatureMap */ \
107107
{ ZAP_EMPTY_DEFAULT(), 0x0000FFFD, 2, ZAP_TYPE(INT16U), \
108108
ZAP_ATTRIBUTE_MASK(EXTERNAL_STORAGE) }, /* ClusterRevision */ \
109109
\

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@
361361
"storageOption": "RAM",
362362
"singleton": 0,
363363
"bounded": 0,
364-
"defaultValue": "0",
364+
"defaultValue": "1",
365365
"reportable": 1,
366366
"minInterval": 1,
367367
"maxInterval": 65534,
@@ -5119,4 +5119,4 @@
51195119
"parentEndpointIdentifier": null
51205120
}
51215121
]
5122-
}
5122+
}

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
@@ -91,7 +91,7 @@
9191
ZAP_ATTRIBUTE_MASK(EXTERNAL_STORAGE) }, /* TargetsPerAccessControlEntry */ \
9292
{ ZAP_EMPTY_DEFAULT(), 0x00000004, 2, ZAP_TYPE(INT16U), \
9393
ZAP_ATTRIBUTE_MASK(EXTERNAL_STORAGE) }, /* AccessControlEntriesPerFabric */ \
94-
{ ZAP_SIMPLE_DEFAULT(0), 0x0000FFFC, 4, ZAP_TYPE(BITMAP32), 0 }, /* FeatureMap */ \
94+
{ ZAP_SIMPLE_DEFAULT(1), 0x0000FFFC, 4, ZAP_TYPE(BITMAP32), 0 }, /* FeatureMap */ \
9595
{ ZAP_EMPTY_DEFAULT(), 0x0000FFFD, 2, ZAP_TYPE(INT16U), \
9696
ZAP_ATTRIBUTE_MASK(EXTERNAL_STORAGE) }, /* ClusterRevision */ \
9797
\

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@
361361
"storageOption": "RAM",
362362
"singleton": 0,
363363
"bounded": 0,
364-
"defaultValue": "0",
364+
"defaultValue": "1",
365365
"reportable": 1,
366366
"minInterval": 1,
367367
"maxInterval": 65534,
@@ -5114,4 +5114,4 @@
51145114
"parentEndpointIdentifier": null
51155115
}
51165116
]
5117-
}
5117+
}

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
@@ -97,7 +97,7 @@
9797
ZAP_ATTRIBUTE_MASK(EXTERNAL_STORAGE) }, /* TargetsPerAccessControlEntry */ \
9898
{ ZAP_EMPTY_DEFAULT(), 0x00000004, 2, ZAP_TYPE(INT16U), \
9999
ZAP_ATTRIBUTE_MASK(EXTERNAL_STORAGE) }, /* AccessControlEntriesPerFabric */ \
100-
{ ZAP_SIMPLE_DEFAULT(0), 0x0000FFFC, 4, ZAP_TYPE(BITMAP32), 0 }, /* FeatureMap */ \
100+
{ ZAP_SIMPLE_DEFAULT(1), 0x0000FFFC, 4, ZAP_TYPE(BITMAP32), 0 }, /* FeatureMap */ \
101101
{ ZAP_EMPTY_DEFAULT(), 0x0000FFFD, 2, ZAP_TYPE(INT16U), \
102102
ZAP_ATTRIBUTE_MASK(EXTERNAL_STORAGE) }, /* ClusterRevision */ \
103103
\

0 commit comments

Comments
 (0)