@@ -1724,6 +1724,7 @@ cluster IcdManagement = 70 {
1724
1724
1725
1725
endpoint 0 {
1726
1726
device type ma_rootdevice = 22, version 2;
1727
+ device type ma_otarequestor = 18, version 1;
1727
1728
1728
1729
binding cluster OtaSoftwareUpdateProvider;
1729
1730
@@ -1732,6 +1733,9 @@ endpoint 0 {
1732
1733
callback attribute serverList;
1733
1734
callback attribute clientList;
1734
1735
callback attribute partsList;
1736
+ callback attribute generatedCommandList;
1737
+ callback attribute acceptedCommandList;
1738
+ callback attribute attributeList;
1735
1739
callback attribute featureMap;
1736
1740
callback attribute clusterRevision;
1737
1741
}
@@ -1740,7 +1744,6 @@ endpoint 0 {
1740
1744
emits event AccessControlEntryChanged;
1741
1745
emits event AccessControlExtensionChanged;
1742
1746
callback attribute acl;
1743
- callback attribute extension;
1744
1747
callback attribute subjectsPerAccessControlEntry;
1745
1748
callback attribute targetsPerAccessControlEntry;
1746
1749
callback attribute accessControlEntriesPerFabric;
@@ -1774,7 +1777,7 @@ endpoint 0 {
1774
1777
callback attribute acceptedCommandList;
1775
1778
callback attribute attributeList;
1776
1779
ram attribute featureMap default = 0;
1777
- ram attribute clusterRevision default = 3 ;
1780
+ ram attribute clusterRevision default = 4 ;
1778
1781
}
1779
1782
1780
1783
server cluster OtaSoftwareUpdateRequestor {
@@ -1785,6 +1788,9 @@ endpoint 0 {
1785
1788
ram attribute updatePossible default = 1;
1786
1789
ram attribute updateState default = 0;
1787
1790
ram attribute updateStateProgress default = 0;
1791
+ callback attribute generatedCommandList;
1792
+ callback attribute acceptedCommandList;
1793
+ callback attribute attributeList;
1788
1794
ram attribute featureMap default = 0;
1789
1795
ram attribute clusterRevision default = 1;
1790
1796
@@ -1801,7 +1807,7 @@ endpoint 0 {
1801
1807
callback attribute acceptedCommandList;
1802
1808
callback attribute attributeList;
1803
1809
ram attribute featureMap default = 0;
1804
- ram attribute clusterRevision default = 1 ;
1810
+ ram attribute clusterRevision default = 2 ;
1805
1811
1806
1812
handle command ArmFailSafe;
1807
1813
handle command ArmFailSafeResponse;
@@ -1826,7 +1832,7 @@ endpoint 0 {
1826
1832
callback attribute acceptedCommandList;
1827
1833
callback attribute attributeList;
1828
1834
ram attribute featureMap default = 2;
1829
- ram attribute clusterRevision default = 2 ;
1835
+ ram attribute clusterRevision default = 3 ;
1830
1836
1831
1837
handle command ScanNetworks;
1832
1838
handle command ScanNetworksResponse;
@@ -1943,7 +1949,7 @@ endpoint 0 {
1943
1949
callback attribute acceptedCommandList;
1944
1950
callback attribute attributeList;
1945
1951
ram attribute featureMap default = 0x000F;
1946
- ram attribute clusterRevision default = 2 ;
1952
+ ram attribute clusterRevision default = 3 ;
1947
1953
1948
1954
handle command ResetCounts;
1949
1955
}
@@ -1952,6 +1958,9 @@ endpoint 0 {
1952
1958
callback attribute windowStatus;
1953
1959
callback attribute adminFabricIndex;
1954
1960
callback attribute adminVendorId;
1961
+ callback attribute generatedCommandList;
1962
+ callback attribute acceptedCommandList;
1963
+ callback attribute attributeList;
1955
1964
ram attribute featureMap default = 0;
1956
1965
ram attribute clusterRevision default = 1;
1957
1966
@@ -1966,6 +1975,9 @@ endpoint 0 {
1966
1975
callback attribute commissionedFabrics;
1967
1976
callback attribute trustedRootCertificates;
1968
1977
callback attribute currentFabricIndex;
1978
+ callback attribute generatedCommandList;
1979
+ callback attribute acceptedCommandList;
1980
+ callback attribute attributeList;
1969
1981
ram attribute featureMap default = 0;
1970
1982
ram attribute clusterRevision default = 1;
1971
1983
@@ -1988,6 +2000,9 @@ endpoint 0 {
1988
2000
callback attribute groupTable;
1989
2001
callback attribute maxGroupsPerFabric;
1990
2002
callback attribute maxGroupKeysPerFabric;
2003
+ callback attribute generatedCommandList;
2004
+ callback attribute acceptedCommandList;
2005
+ callback attribute attributeList;
1991
2006
callback attribute featureMap;
1992
2007
callback attribute clusterRevision;
1993
2008
@@ -2034,7 +2049,7 @@ endpoint 1 {
2034
2049
callback attribute acceptedCommandList;
2035
2050
callback attribute attributeList;
2036
2051
ram attribute featureMap default = 0;
2037
- ram attribute clusterRevision default = 4 ;
2052
+ ram attribute clusterRevision default = 5 ;
2038
2053
2039
2054
handle command Identify;
2040
2055
handle command TriggerEffect;
0 commit comments