@@ -1959,15 +1959,15 @@ endpoint 1 {
1959
1959
}
1960
1960
1961
1961
server cluster OnOff {
1962
- ram attribute onOff default = 0;
1962
+ persist attribute onOff default = 0;
1963
1963
ram attribute globalSceneControl default = 1;
1964
1964
ram attribute onTime default = 0;
1965
1965
ram attribute offWaitTime default = 0;
1966
- ram attribute startUpOnOff;
1966
+ persist attribute startUpOnOff;
1967
1967
callback attribute generatedCommandList;
1968
1968
callback attribute acceptedCommandList;
1969
1969
callback attribute attributeList;
1970
- ram attribute featureMap default = 0 ;
1970
+ ram attribute featureMap default = 1 ;
1971
1971
ram attribute clusterRevision default = 5;
1972
1972
1973
1973
handle command Off;
@@ -1979,15 +1979,17 @@ endpoint 1 {
1979
1979
}
1980
1980
1981
1981
server cluster LevelControl {
1982
- ram attribute currentLevel default = 0x00;
1982
+ persist attribute currentLevel default = 0x00;
1983
1983
ram attribute remainingTime default = 0x0000;
1984
- ram attribute options default = 0x00;
1984
+ ram attribute minLevel default = 0x1;
1985
+ ram attribute maxLevel default = 0xFE;
1986
+ ram attribute options default = 0x01;
1985
1987
ram attribute onLevel;
1986
- ram attribute startUpCurrentLevel;
1988
+ persist attribute startUpCurrentLevel;
1987
1989
callback attribute generatedCommandList;
1988
1990
callback attribute acceptedCommandList;
1989
1991
callback attribute attributeList;
1990
- ram attribute featureMap default = 0 ;
1992
+ ram attribute featureMap default = 0x3 ;
1991
1993
ram attribute clusterRevision default = 6;
1992
1994
1993
1995
handle command MoveToLevel;
@@ -2014,53 +2016,23 @@ endpoint 1 {
2014
2016
2015
2017
server cluster ColorControl {
2016
2018
ram attribute remainingTime default = 0x0000;
2017
- ram attribute colorTemperatureMireds default = 0x00FA;
2018
- ram attribute colorMode default = 0x02;
2019
+ persist attribute colorTemperatureMireds default = 0x00FA;
2020
+ persist attribute colorMode default = 0x02;
2019
2021
ram attribute options default = 0x00;
2020
2022
ram attribute numberOfPrimaries;
2021
- ram attribute primary1X;
2022
- ram attribute primary1Y;
2023
- ram attribute primary1Intensity;
2024
- ram attribute primary2X;
2025
- ram attribute primary2Y;
2026
- ram attribute primary2Intensity;
2027
- ram attribute primary3X;
2028
- ram attribute primary3Y;
2029
- ram attribute primary3Intensity;
2030
- ram attribute primary4X;
2031
- ram attribute primary4Y;
2032
- ram attribute primary4Intensity;
2033
- ram attribute primary5X;
2034
- ram attribute primary5Y;
2035
- ram attribute primary5Intensity;
2036
- ram attribute primary6X;
2037
- ram attribute primary6Y;
2038
- ram attribute primary6Intensity;
2039
- ram attribute enhancedCurrentHue default = 0x0000;
2040
- ram attribute enhancedColorMode default = 0x02;
2041
- ram attribute colorCapabilities default = 0x0000;
2042
- ram attribute colorTempPhysicalMinMireds default = 0x009A;
2043
- ram attribute colorTempPhysicalMaxMireds default = 0x01C6;
2023
+ persist attribute enhancedColorMode default = 0x02;
2024
+ ram attribute colorCapabilities default = 0x0010;
2025
+ ram attribute colorTempPhysicalMinMireds default = 0x0001;
2026
+ ram attribute colorTempPhysicalMaxMireds default = 0xFEFF;
2044
2027
ram attribute coupleColorTempToLevelMinMireds;
2045
- ram attribute startUpColorTemperatureMireds default = 0x00FA ;
2028
+ persist attribute startUpColorTemperatureMireds default = 0xFEFF ;
2046
2029
callback attribute generatedCommandList;
2047
2030
callback attribute acceptedCommandList;
2048
2031
callback attribute attributeList;
2049
2032
ram attribute featureMap default = 0x0010;
2050
2033
ram attribute clusterRevision default = 7;
2051
2034
2052
- handle command MoveToHue;
2053
- handle command MoveHue;
2054
- handle command StepHue;
2055
- handle command MoveToSaturation;
2056
- handle command MoveSaturation;
2057
- handle command StepSaturation;
2058
- handle command MoveToHueAndSaturation;
2059
- handle command MoveToColor;
2060
- handle command MoveColor;
2061
- handle command StepColor;
2062
2035
handle command MoveToColorTemperature;
2063
- handle command EnhancedMoveToHue;
2064
2036
handle command EnhancedMoveHue;
2065
2037
handle command EnhancedStepHue;
2066
2038
handle command EnhancedMoveToHueAndSaturation;
0 commit comments