@@ -2389,6 +2389,7 @@ cluster ThermostatUserInterfaceConfiguration = 516 {
2389
2389
2390
2390
endpoint 0 {
2391
2391
device type ma_rootdevice = 22, version 3;
2392
+ device type ma_otarequestor = 18, version 1;
2392
2393
2393
2394
binding cluster OtaSoftwareUpdateProvider;
2394
2395
@@ -2397,6 +2398,9 @@ endpoint 0 {
2397
2398
callback attribute serverList;
2398
2399
callback attribute clientList;
2399
2400
callback attribute partsList;
2401
+ callback attribute generatedCommandList;
2402
+ callback attribute acceptedCommandList;
2403
+ callback attribute attributeList;
2400
2404
callback attribute featureMap;
2401
2405
callback attribute clusterRevision;
2402
2406
}
@@ -2414,6 +2418,8 @@ endpoint 0 {
2414
2418
callback attribute subjectsPerAccessControlEntry;
2415
2419
callback attribute targetsPerAccessControlEntry;
2416
2420
callback attribute accessControlEntriesPerFabric;
2421
+ callback attribute generatedCommandList;
2422
+ callback attribute acceptedCommandList;
2417
2423
callback attribute attributeList;
2418
2424
ram attribute featureMap default = 0;
2419
2425
callback attribute clusterRevision;
@@ -2444,6 +2450,9 @@ endpoint 0 {
2444
2450
callback attribute capabilityMinima;
2445
2451
callback attribute specificationVersion;
2446
2452
callback attribute maxPathsPerInvoke;
2453
+ callback attribute generatedCommandList;
2454
+ callback attribute acceptedCommandList;
2455
+ callback attribute attributeList;
2447
2456
ram attribute featureMap default = 0;
2448
2457
ram attribute clusterRevision default = 4;
2449
2458
}
@@ -2456,6 +2465,9 @@ endpoint 0 {
2456
2465
ram attribute updatePossible default = 1;
2457
2466
ram attribute updateState default = 0;
2458
2467
ram attribute updateStateProgress default = 0;
2468
+ callback attribute generatedCommandList;
2469
+ callback attribute acceptedCommandList;
2470
+ callback attribute attributeList;
2459
2471
ram attribute featureMap default = 0;
2460
2472
ram attribute clusterRevision default = 1;
2461
2473
@@ -2465,6 +2477,9 @@ endpoint 0 {
2465
2477
server cluster LocalizationConfiguration {
2466
2478
persist attribute activeLocale default = "en-US";
2467
2479
callback attribute supportedLocales;
2480
+ callback attribute generatedCommandList;
2481
+ callback attribute acceptedCommandList;
2482
+ callback attribute attributeList;
2468
2483
ram attribute featureMap default = 0;
2469
2484
ram attribute clusterRevision default = 1;
2470
2485
}
@@ -2487,6 +2502,9 @@ endpoint 0 {
2487
2502
callback attribute regulatoryConfig;
2488
2503
callback attribute locationCapability;
2489
2504
callback attribute supportsConcurrentConnection;
2505
+ callback attribute generatedCommandList;
2506
+ callback attribute acceptedCommandList;
2507
+ callback attribute attributeList;
2490
2508
ram attribute featureMap default = 0;
2491
2509
ram attribute clusterRevision default = 2;
2492
2510
@@ -2505,6 +2523,9 @@ endpoint 0 {
2505
2523
ram attribute lastNetworkingStatus;
2506
2524
ram attribute lastNetworkID;
2507
2525
ram attribute lastConnectErrorValue;
2526
+ callback attribute generatedCommandList;
2527
+ callback attribute acceptedCommandList;
2528
+ callback attribute attributeList;
2508
2529
ram attribute featureMap default = 2;
2509
2530
ram attribute clusterRevision default = 1;
2510
2531
@@ -2538,6 +2559,9 @@ endpoint 0 {
2538
2559
callback attribute activeRadioFaults;
2539
2560
callback attribute activeNetworkFaults;
2540
2561
callback attribute testEventTriggersEnabled default = false;
2562
+ callback attribute generatedCommandList;
2563
+ callback attribute acceptedCommandList;
2564
+ callback attribute attributeList;
2541
2565
callback attribute featureMap;
2542
2566
callback attribute clusterRevision;
2543
2567
@@ -2668,6 +2692,9 @@ endpoint 0 {
2668
2692
callback attribute windowStatus;
2669
2693
callback attribute adminFabricIndex;
2670
2694
callback attribute adminVendorId;
2695
+ callback attribute generatedCommandList;
2696
+ callback attribute acceptedCommandList;
2697
+ callback attribute attributeList;
2671
2698
ram attribute featureMap default = 0;
2672
2699
ram attribute clusterRevision default = 1;
2673
2700
@@ -2682,6 +2709,9 @@ endpoint 0 {
2682
2709
callback attribute commissionedFabrics;
2683
2710
callback attribute trustedRootCertificates;
2684
2711
callback attribute currentFabricIndex;
2712
+ callback attribute generatedCommandList;
2713
+ callback attribute acceptedCommandList;
2714
+ callback attribute attributeList;
2685
2715
ram attribute featureMap default = 0;
2686
2716
ram attribute clusterRevision default = 1;
2687
2717
@@ -2704,6 +2734,9 @@ endpoint 0 {
2704
2734
callback attribute groupTable;
2705
2735
callback attribute maxGroupsPerFabric;
2706
2736
callback attribute maxGroupKeysPerFabric;
2737
+ callback attribute generatedCommandList;
2738
+ callback attribute acceptedCommandList;
2739
+ callback attribute attributeList;
2707
2740
callback attribute featureMap;
2708
2741
callback attribute clusterRevision;
2709
2742
0 commit comments