@@ -1718,7 +1718,7 @@ endpoint 0 {
1718
1718
server cluster OtaSoftwareUpdateRequestor {
1719
1719
callback attribute defaultOTAProviders;
1720
1720
ram attribute updatePossible default = true;
1721
- ram attribute updateState default = Unknown ;
1721
+ ram attribute updateState default = 0 ;
1722
1722
ram attribute updateStateProgress;
1723
1723
callback attribute generatedCommandList;
1724
1724
callback attribute acceptedCommandList;
@@ -1909,34 +1909,6 @@ endpoint 1 {
1909
1909
callback attribute clusterRevision;
1910
1910
}
1911
1911
1912
- server cluster OtaSoftwareUpdateProvider {
1913
- callback attribute generatedCommandList;
1914
- callback attribute acceptedCommandList;
1915
- callback attribute eventList;
1916
- callback attribute attributeList;
1917
- ram attribute featureMap default = 0;
1918
- ram attribute clusterRevision default = 1;
1919
-
1920
- handle command QueryImage;
1921
- handle command QueryImageResponse;
1922
- handle command ApplyUpdateRequest;
1923
- handle command ApplyUpdateResponse;
1924
- handle command NotifyUpdateApplied;
1925
- }
1926
-
1927
- server cluster OtaSoftwareUpdateRequestor {
1928
- callback attribute defaultOTAProviders;
1929
- ram attribute updatePossible default = true;
1930
- ram attribute updateState default = Unknown;
1931
- ram attribute updateStateProgress;
1932
- callback attribute generatedCommandList;
1933
- callback attribute acceptedCommandList;
1934
- callback attribute eventList;
1935
- callback attribute attributeList;
1936
- ram attribute featureMap default = 0;
1937
- ram attribute clusterRevision default = 1;
1938
- }
1939
-
1940
1912
server cluster RefrigeratorAndTemperatureControlledCabinetMode {
1941
1913
callback attribute supportedModes;
1942
1914
callback attribute currentMode;
@@ -1979,34 +1951,6 @@ endpoint 2 {
1979
1951
callback attribute clusterRevision;
1980
1952
}
1981
1953
1982
- server cluster OtaSoftwareUpdateProvider {
1983
- callback attribute generatedCommandList;
1984
- callback attribute acceptedCommandList;
1985
- callback attribute eventList;
1986
- callback attribute attributeList;
1987
- ram attribute featureMap default = 0;
1988
- ram attribute clusterRevision default = 1;
1989
-
1990
- handle command QueryImage;
1991
- handle command QueryImageResponse;
1992
- handle command ApplyUpdateRequest;
1993
- handle command ApplyUpdateResponse;
1994
- handle command NotifyUpdateApplied;
1995
- }
1996
-
1997
- server cluster OtaSoftwareUpdateRequestor {
1998
- callback attribute defaultOTAProviders;
1999
- ram attribute updatePossible default = true;
2000
- ram attribute updateState default = Unknown;
2001
- ram attribute updateStateProgress;
2002
- callback attribute generatedCommandList;
2003
- callback attribute acceptedCommandList;
2004
- callback attribute eventList;
2005
- callback attribute attributeList;
2006
- ram attribute featureMap default = 0;
2007
- ram attribute clusterRevision default = 1;
2008
- }
2009
-
2010
1954
server cluster TemperatureControl {
2011
1955
ram attribute temperatureSetpoint;
2012
1956
ram attribute minTemperature;
@@ -2037,34 +1981,6 @@ endpoint 3 {
2037
1981
callback attribute clusterRevision;
2038
1982
}
2039
1983
2040
- server cluster OtaSoftwareUpdateProvider {
2041
- callback attribute generatedCommandList;
2042
- callback attribute acceptedCommandList;
2043
- callback attribute eventList;
2044
- callback attribute attributeList;
2045
- ram attribute featureMap default = 0;
2046
- ram attribute clusterRevision default = 1;
2047
-
2048
- handle command QueryImage;
2049
- handle command QueryImageResponse;
2050
- handle command ApplyUpdateRequest;
2051
- handle command ApplyUpdateResponse;
2052
- handle command NotifyUpdateApplied;
2053
- }
2054
-
2055
- server cluster OtaSoftwareUpdateRequestor {
2056
- callback attribute defaultOTAProviders;
2057
- ram attribute updatePossible default = true;
2058
- ram attribute updateState default = Unknown;
2059
- ram attribute updateStateProgress;
2060
- callback attribute generatedCommandList;
2061
- callback attribute acceptedCommandList;
2062
- callback attribute eventList;
2063
- callback attribute attributeList;
2064
- ram attribute featureMap default = 0;
2065
- ram attribute clusterRevision default = 1;
2066
- }
2067
-
2068
1984
server cluster TemperatureControl {
2069
1985
ram attribute temperatureSetpoint;
2070
1986
ram attribute minTemperature;
0 commit comments