File tree 2 files changed +2
-29
lines changed
examples/energy-management-app/energy-management-common
2 files changed +2
-29
lines changed Original file line number Diff line number Diff line change @@ -2576,7 +2576,7 @@ provisional cluster DeviceEnergyManagementMode = 159 {
2576
2576
}
2577
2577
2578
2578
endpoint 0 {
2579
- device type ma_rootdevice = 22, version 2 ;
2579
+ device type ma_rootdevice = 22, version 3 ;
2580
2580
device type ma_otarequestor = 18, version 1;
2581
2581
2582
2582
binding cluster OtaSoftwareUpdateProvider;
@@ -2762,9 +2762,6 @@ endpoint 0 {
2762
2762
handle command UpdateFabricLabel;
2763
2763
handle command RemoveFabric;
2764
2764
handle command AddTrustedRootCertificate;
2765
- handle command SetVidVerificationStatement;
2766
- handle command SignVidVerificationRequest;
2767
- handle command SignVidVerificationResponse;
2768
2765
}
2769
2766
2770
2767
server cluster GroupKeyManagement {
Original file line number Diff line number Diff line change 61
61
}
62
62
],
63
63
" deviceVersions" : [
64
- 2 ,
64
+ 3 ,
65
65
1
66
66
],
67
67
" deviceIdentifiers" : [
2126
2126
" source" : " client" ,
2127
2127
" isIncoming" : 1 ,
2128
2128
" 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
2153
2129
}
2154
2130
],
2155
2131
" attributes" : [
You can’t perform that action at this time.
0 commit comments