File tree 2 files changed +19
-29
lines changed
examples/energy-management-app/energy-management-common
2 files changed +19
-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;
@@ -2700,6 +2700,7 @@ endpoint 0 {
2700
2700
ram attribute lastNetworkingStatus;
2701
2701
ram attribute lastNetworkID;
2702
2702
ram attribute lastConnectErrorValue;
2703
+ callback attribute supportedWiFiBands;
2703
2704
callback attribute generatedCommandList;
2704
2705
callback attribute acceptedCommandList;
2705
2706
callback attribute attributeList;
@@ -2762,9 +2763,6 @@ endpoint 0 {
2762
2763
handle command UpdateFabricLabel;
2763
2764
handle command RemoveFabric;
2764
2765
handle command AddTrustedRootCertificate;
2765
- handle command SetVidVerificationStatement;
2766
- handle command SignVidVerificationRequest;
2767
- handle command SignVidVerificationResponse;
2768
2766
}
2769
2767
2770
2768
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" : [
1605
1605
" maxInterval" : 65534 ,
1606
1606
" reportableChange" : 0
1607
1607
},
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
+ },
1608
1624
{
1609
1625
" name" : " GeneratedCommandList" ,
1610
1626
" code" : 65528 ,
2126
2142
" source" : " client" ,
2127
2143
" isIncoming" : 1 ,
2128
2144
" 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
2145
}
2154
2146
],
2155
2147
" attributes" : [
You can’t perform that action at this time.
0 commit comments