File tree 4 files changed +4
-4
lines changed
examples/lighting-app/silabs/data_model
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2677,7 +2677,7 @@ endpoint 1 {
2677
2677
ram attribute colorCapabilities default = 0x1F;
2678
2678
ram attribute colorTempPhysicalMinMireds default = 0x009A;
2679
2679
ram attribute colorTempPhysicalMaxMireds default = 0x01C6;
2680
- ram attribute coupleColorTempToLevelMinMireds;
2680
+ ram attribute coupleColorTempToLevelMinMireds default = 0x009A ;
2681
2681
persist attribute startUpColorTemperatureMireds default = 0x00FA;
2682
2682
callback attribute generatedCommandList;
2683
2683
callback attribute acceptedCommandList;
Original file line number Diff line number Diff line change 5022
5022
" storageOption" : " RAM" ,
5023
5023
" singleton" : 0 ,
5024
5024
" bounded" : 0 ,
5025
- " defaultValue" : " " ,
5025
+ " defaultValue" : " 0x009A " ,
5026
5026
" reportable" : 1 ,
5027
5027
" minInterval" : 0 ,
5028
5028
" maxInterval" : 65344 ,
Original file line number Diff line number Diff line change @@ -2970,7 +2970,7 @@ endpoint 1 {
2970
2970
ram attribute colorCapabilities default = 0x1F;
2971
2971
ram attribute colorTempPhysicalMinMireds default = 0x009A;
2972
2972
ram attribute colorTempPhysicalMaxMireds default = 0x01C6;
2973
- ram attribute coupleColorTempToLevelMinMireds;
2973
+ ram attribute coupleColorTempToLevelMinMireds default = 0x009A ;
2974
2974
persist attribute startUpColorTemperatureMireds default = 0x00FA;
2975
2975
ram attribute featureMap default = 0x1F;
2976
2976
ram attribute clusterRevision default = 7;
Original file line number Diff line number Diff line change 4797
4797
" storageOption" : " RAM" ,
4798
4798
" singleton" : 0 ,
4799
4799
" bounded" : 0 ,
4800
- " defaultValue" : " " ,
4800
+ " defaultValue" : " 0x009A " ,
4801
4801
" reportable" : 1 ,
4802
4802
" minInterval" : 0 ,
4803
4803
" maxInterval" : 65344 ,
You can’t perform that action at this time.
0 commit comments