Skip to content

Commit 6219fd8

Browse files
committed
Other fixes
1 parent c17bb2c commit 6219fd8

File tree

2 files changed

+19
-29
lines changed

2 files changed

+19
-29
lines changed

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

+2-4
Original file line numberDiff line numberDiff line change
@@ -2576,7 +2576,7 @@ provisional cluster DeviceEnergyManagementMode = 159 {
25762576
}
25772577

25782578
endpoint 0 {
2579-
device type ma_rootdevice = 22, version 2;
2579+
device type ma_rootdevice = 22, version 3;
25802580
device type ma_otarequestor = 18, version 1;
25812581

25822582
binding cluster OtaSoftwareUpdateProvider;
@@ -2700,6 +2700,7 @@ endpoint 0 {
27002700
ram attribute lastNetworkingStatus;
27012701
ram attribute lastNetworkID;
27022702
ram attribute lastConnectErrorValue;
2703+
callback attribute supportedWiFiBands;
27032704
callback attribute generatedCommandList;
27042705
callback attribute acceptedCommandList;
27052706
callback attribute attributeList;
@@ -2762,9 +2763,6 @@ endpoint 0 {
27622763
handle command UpdateFabricLabel;
27632764
handle command RemoveFabric;
27642765
handle command AddTrustedRootCertificate;
2765-
handle command SetVidVerificationStatement;
2766-
handle command SignVidVerificationRequest;
2767-
handle command SignVidVerificationResponse;
27682766
}
27692767

27702768
server cluster GroupKeyManagement {

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

+17-25
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
}
6262
],
6363
"deviceVersions": [
64-
2,
64+
3,
6565
1
6666
],
6767
"deviceIdentifiers": [
@@ -1605,6 +1605,22 @@
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": "",
1619+
"reportable": 1,
1620+
"minInterval": 1,
1621+
"maxInterval": 65534,
1622+
"reportableChange": 0
1623+
},
16081624
{
16091625
"name": "GeneratedCommandList",
16101626
"code": 65528,
@@ -2126,30 +2142,6 @@
21262142
"source": "client",
21272143
"isIncoming": 1,
21282144
"isEnabled": 1
2129-
},
2130-
{
2131-
"name": "SetVidVerificationStatement",
2132-
"code": 12,
2133-
"mfgCode": null,
2134-
"source": "client",
2135-
"isIncoming": 1,
2136-
"isEnabled": 1
2137-
},
2138-
{
2139-
"name": "SignVidVerificationRequest",
2140-
"code": 13,
2141-
"mfgCode": null,
2142-
"source": "client",
2143-
"isIncoming": 1,
2144-
"isEnabled": 1
2145-
},
2146-
{
2147-
"name": "SignVidVerificationResponse",
2148-
"code": 14,
2149-
"mfgCode": null,
2150-
"source": "server",
2151-
"isIncoming": 0,
2152-
"isEnabled": 1
21532145
}
21542146
],
21552147
"attributes": [

0 commit comments

Comments
 (0)