File tree 2 files changed +35
-1
lines changed
examples/energy-management-app/energy-management-common
2 files changed +35
-1
lines changed Original file line number Diff line number Diff line change @@ -2696,6 +2696,8 @@ endpoint 0 {
2696
2696
server cluster NetworkCommissioning {
2697
2697
ram attribute maxNetworks;
2698
2698
callback attribute networks;
2699
+ ram attribute scanMaxTimeSeconds;
2700
+ ram attribute connectMaxTimeSeconds;
2699
2701
ram attribute interfaceEnabled;
2700
2702
ram attribute lastNetworkingStatus;
2701
2703
ram attribute lastNetworkID;
Original file line number Diff line number Diff line change 1541
1541
" maxInterval" : 65534 ,
1542
1542
" reportableChange" : 0
1543
1543
},
1544
+ {
1545
+ " name" : " ScanMaxTimeSeconds" ,
1546
+ " code" : 2 ,
1547
+ " mfgCode" : null,
1548
+ " side" : " server" ,
1549
+ " type" : " int8u" ,
1550
+ " included" : 1 ,
1551
+ " storageOption" : " RAM" ,
1552
+ " singleton" : 0 ,
1553
+ " bounded" : 0 ,
1554
+ " defaultValue" : " " ,
1555
+ " reportable" : 1 ,
1556
+ " minInterval" : 1 ,
1557
+ " maxInterval" : 65534 ,
1558
+ " reportableChange" : 0
1559
+ },
1560
+ {
1561
+ " name" : " ConnectMaxTimeSeconds" ,
1562
+ " code" : 3 ,
1563
+ " mfgCode" : null,
1564
+ " side" : " server" ,
1565
+ " type" : " int8u" ,
1566
+ " included" : 1 ,
1567
+ " storageOption" : " RAM" ,
1568
+ " singleton" : 0 ,
1569
+ " bounded" : 0 ,
1570
+ " defaultValue" : " " ,
1571
+ " reportable" : 1 ,
1572
+ " minInterval" : 1 ,
1573
+ " maxInterval" : 65534 ,
1574
+ " reportableChange" : 0
1575
+ },
1544
1576
{
1545
1577
" name" : " InterfaceEnabled" ,
1546
1578
" code" : 4 ,
1615
1647
" storageOption" : " External" ,
1616
1648
" singleton" : 0 ,
1617
1649
" bounded" : 0 ,
1618
- " defaultValue" : " " ,
1650
+ " defaultValue" : null ,
1619
1651
" reportable" : 1 ,
1620
1652
" minInterval" : 1 ,
1621
1653
" maxInterval" : 65534 ,
You can’t perform that action at this time.
0 commit comments