File tree 2 files changed +17
-7
lines changed
examples/energy-management-app/energy-management-common
2 files changed +17
-7
lines changed Original file line number Diff line number Diff line change @@ -2576,7 +2576,8 @@ provisional cluster DeviceEnergyManagementMode = 159 {
2576
2576
}
2577
2577
2578
2578
endpoint 0 {
2579
- device type ma_rootdevice = 22, version 1;
2579
+ device type ma_rootdevice = 22, version 3;
2580
+ device type ma_otarequestor = 18, version 1;
2580
2581
2581
2582
binding cluster OtaSoftwareUpdateProvider;
2582
2583
@@ -2786,8 +2787,8 @@ endpoint 0 {
2786
2787
endpoint 1 {
2787
2788
device type ma_powersource = 17, version 1;
2788
2789
device type ma_electricalsensor = 1296, version 1;
2789
- device type energy_evse = 1292, version 1 ;
2790
- device type device_energy_management = 1293, version 1 ;
2790
+ device type energy_evse = 1292, version 2 ;
2791
+ device type device_energy_management = 1293, version 2 ;
2791
2792
2792
2793
2793
2794
server cluster Identify {
Original file line number Diff line number Diff line change 51
51
" label" : " MA-rootdevice" ,
52
52
" name" : " MA-rootdevice" ,
53
53
" deviceTypeOrder" : 0
54
+ },
55
+ {
56
+ " code" : 18 ,
57
+ " profileId" : 259 ,
58
+ " label" : " MA-otarequestor" ,
59
+ " name" : " MA-otarequestor" ,
60
+ " deviceTypeOrder" : 1
54
61
}
55
62
],
56
63
" deviceVersions" : [
64
+ 3 ,
57
65
1
58
66
],
59
67
" deviceIdentifiers" : [
60
- 22
68
+ 22 ,
69
+ 18
61
70
],
62
71
" deviceTypeName" : " MA-rootdevice" ,
63
72
" deviceTypeCode" : 22 ,
1606
1615
" storageOption" : " External" ,
1607
1616
" singleton" : 0 ,
1608
1617
" bounded" : 0 ,
1609
- " defaultValue" : null ,
1618
+ " defaultValue" : " " ,
1610
1619
" reportable" : 1 ,
1611
1620
" minInterval" : 1 ,
1612
1621
" maxInterval" : 65534 ,
2561
2570
}
2562
2571
],
2563
2572
" deviceVersions" : [
2573
+ 2 ,
2564
2574
1 ,
2565
- 1 ,
2566
- 1 ,
2575
+ 2 ,
2567
2576
1
2568
2577
],
2569
2578
" deviceIdentifiers" : [
You can’t perform that action at this time.
0 commit comments