Skip to content

Commit d11e310

Browse files
committed
Added changes for the attribute
1 parent 52f5dfc commit d11e310

File tree

4 files changed

+4
-88
lines changed

4 files changed

+4
-88
lines changed

examples/refrigerator-app/silabs/data_model/refrigerator-thread-app.matter

+1-85
Original file line numberDiff line numberDiff line change
@@ -1718,7 +1718,7 @@ endpoint 0 {
17181718
server cluster OtaSoftwareUpdateRequestor {
17191719
callback attribute defaultOTAProviders;
17201720
ram attribute updatePossible default = true;
1721-
ram attribute updateState default = Unknown;
1721+
ram attribute updateState default = 0;
17221722
ram attribute updateStateProgress;
17231723
callback attribute generatedCommandList;
17241724
callback attribute acceptedCommandList;
@@ -1909,34 +1909,6 @@ endpoint 1 {
19091909
callback attribute clusterRevision;
19101910
}
19111911

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-
19401912
server cluster RefrigeratorAndTemperatureControlledCabinetMode {
19411913
callback attribute supportedModes;
19421914
callback attribute currentMode;
@@ -1979,34 +1951,6 @@ endpoint 2 {
19791951
callback attribute clusterRevision;
19801952
}
19811953

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-
20101954
server cluster TemperatureControl {
20111955
ram attribute temperatureSetpoint;
20121956
ram attribute minTemperature;
@@ -2037,34 +1981,6 @@ endpoint 3 {
20371981
callback attribute clusterRevision;
20381982
}
20391983

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-
20681984
server cluster TemperatureControl {
20691985
ram attribute temperatureSetpoint;
20701986
ram attribute minTemperature;

examples/refrigerator-app/silabs/data_model/refrigerator-thread-app.zap

+1-1
Original file line numberDiff line numberDiff line change
@@ -1066,7 +1066,7 @@
10661066
"storageOption": "RAM",
10671067
"singleton": 0,
10681068
"bounded": 0,
1069-
"defaultValue": "Unknown",
1069+
"defaultValue": "0",
10701070
"reportable": 1,
10711071
"minInterval": 1,
10721072
"maxInterval": 65534,

examples/refrigerator-app/silabs/data_model/refrigerator-wifi-app.matter

+1-1
Original file line numberDiff line numberDiff line change
@@ -1629,7 +1629,7 @@ endpoint 0 {
16291629
server cluster OtaSoftwareUpdateRequestor {
16301630
callback attribute defaultOTAProviders;
16311631
ram attribute updatePossible default = true;
1632-
ram attribute updateState default = Unknown;
1632+
ram attribute updateState default = 0;
16331633
ram attribute updateStateProgress;
16341634
callback attribute generatedCommandList;
16351635
callback attribute acceptedCommandList;

examples/refrigerator-app/silabs/data_model/refrigerator-wifi-app.zap

+1-1
Original file line numberDiff line numberDiff line change
@@ -1066,7 +1066,7 @@
10661066
"storageOption": "RAM",
10671067
"singleton": 0,
10681068
"bounded": 0,
1069-
"defaultValue": "Unknown",
1069+
"defaultValue": "0",
10701070
"reportable": 1,
10711071
"minInterval": 1,
10721072
"maxInterval": 65534,

0 commit comments

Comments
 (0)