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 @@ -2672,7 +2672,7 @@ endpoint 1 {
2672
2672
ram attribute colorCapabilities default = 0x1F;
2673
2673
ram attribute colorTempPhysicalMinMireds default = 0x009A;
2674
2674
ram attribute colorTempPhysicalMaxMireds default = 0x01C6;
2675
- ram attribute coupleColorTempToLevelMinMireds;
2675
+ ram attribute coupleColorTempToLevelMinMireds default = 0x009A ;
2676
2676
persist attribute startUpColorTemperatureMireds default = 0x00FA;
2677
2677
callback attribute generatedCommandList;
2678
2678
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 @@ -2964,7 +2964,7 @@ endpoint 1 {
2964
2964
ram attribute colorCapabilities default = 0x1F;
2965
2965
ram attribute colorTempPhysicalMinMireds default = 0x009A;
2966
2966
ram attribute colorTempPhysicalMaxMireds default = 0x01C6;
2967
- ram attribute coupleColorTempToLevelMinMireds;
2967
+ ram attribute coupleColorTempToLevelMinMireds default = 0x009A ;
2968
2968
persist attribute startUpColorTemperatureMireds default = 0x00FA;
2969
2969
ram attribute featureMap default = 0x1F;
2970
2970
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