@@ -2404,6 +2404,8 @@ endpoint 0 {
2404
2404
ram attribute lastNetworkingStatus;
2405
2405
ram attribute lastNetworkID;
2406
2406
ram attribute lastConnectErrorValue;
2407
+ callback attribute supportedThreadFeatures;
2408
+ callback attribute threadVersion;
2407
2409
callback attribute generatedCommandList;
2408
2410
callback attribute acceptedCommandList;
2409
2411
callback attribute eventList;
@@ -2441,19 +2443,21 @@ endpoint 0 {
2441
2443
callback attribute networkInterfaces;
2442
2444
callback attribute rebootCount;
2443
2445
callback attribute upTime;
2446
+ callback attribute totalOperationalHours;
2444
2447
callback attribute bootReason;
2445
2448
callback attribute activeHardwareFaults;
2446
2449
callback attribute activeRadioFaults;
2447
2450
callback attribute activeNetworkFaults;
2448
- ram attribute testEventTriggersEnabled default = 0 ;
2451
+ callback attribute testEventTriggersEnabled default = false ;
2449
2452
callback attribute generatedCommandList;
2450
2453
callback attribute acceptedCommandList;
2451
- callback attribute eventList;
2452
2454
callback attribute attributeList;
2453
2455
callback attribute featureMap;
2454
2456
callback attribute clusterRevision;
2455
2457
2456
2458
handle command TestEventTrigger;
2459
+ handle command TimeSnapshot;
2460
+ handle command TimeSnapshotResponse;
2457
2461
}
2458
2462
2459
2463
server cluster SoftwareDiagnostics {
@@ -2729,13 +2733,15 @@ endpoint 2 {
2729
2733
}
2730
2734
2731
2735
server cluster Switch {
2736
+ emits event InitialPress;
2737
+ emits event ShortRelease;
2732
2738
ram attribute numberOfPositions default = 2;
2733
2739
ram attribute currentPosition default = 0;
2734
2740
callback attribute generatedCommandList;
2735
2741
callback attribute acceptedCommandList;
2736
2742
callback attribute eventList;
2737
2743
callback attribute attributeList;
2738
- ram attribute featureMap default = 1 ;
2744
+ ram attribute featureMap default = 6 ;
2739
2745
ram attribute clusterRevision default = 1;
2740
2746
}
2741
2747
}
0 commit comments