Skip to content

Commit f9a68dc

Browse files
committed
Other fixes
1 parent c17bb2c commit f9a68dc

File tree

2 files changed

+2
-29
lines changed

2 files changed

+2
-29
lines changed

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

+1-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;
@@ -2762,9 +2762,6 @@ endpoint 0 {
27622762
handle command UpdateFabricLabel;
27632763
handle command RemoveFabric;
27642764
handle command AddTrustedRootCertificate;
2765-
handle command SetVidVerificationStatement;
2766-
handle command SignVidVerificationRequest;
2767-
handle command SignVidVerificationResponse;
27682765
}
27692766

27702767
server cluster GroupKeyManagement {

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

+1-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": [
@@ -2126,30 +2126,6 @@
21262126
"source": "client",
21272127
"isIncoming": 1,
21282128
"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
21532129
}
21542130
],
21552131
"attributes": [

0 commit comments

Comments
 (0)