Skip to content

Commit 1d66f20

Browse files
committed
Removing Un-conformant attribute
1 parent 4e0bca4 commit 1d66f20

File tree

2 files changed

+0
-17
lines changed

2 files changed

+0
-17
lines changed

examples/energy-management-app/energy-management-common/energy-management-app.matter

-1
Original file line numberDiff line numberDiff line change
@@ -2700,7 +2700,6 @@ endpoint 0 {
27002700
ram attribute lastNetworkingStatus;
27012701
ram attribute lastNetworkID;
27022702
ram attribute lastConnectErrorValue;
2703-
callback attribute supportedWiFiBands;
27042703
callback attribute generatedCommandList;
27052704
callback attribute acceptedCommandList;
27062705
callback attribute attributeList;

examples/energy-management-app/energy-management-common/energy-management-app.zap

-16
Original file line numberDiff line numberDiff line change
@@ -1605,22 +1605,6 @@
16051605
"maxInterval": 65534,
16061606
"reportableChange": 0
16071607
},
1608-
{
1609-
"name": "SupportedWiFiBands",
1610-
"code": 8,
1611-
"mfgCode": null,
1612-
"side": "server",
1613-
"type": "array",
1614-
"included": 1,
1615-
"storageOption": "External",
1616-
"singleton": 0,
1617-
"bounded": 0,
1618-
"defaultValue": null,
1619-
"reportable": 1,
1620-
"minInterval": 1,
1621-
"maxInterval": 65534,
1622-
"reportableChange": 0
1623-
},
16241608
{
16251609
"name": "GeneratedCommandList",
16261610
"code": 65528,

0 commit comments

Comments
 (0)