File tree 2 files changed +2
-2
lines changed
examples/lighting-app-data-mode-no-unique-id/lighting-common
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3061,7 +3061,7 @@ endpoint 1 {
3061
3061
ram attribute colorCapabilities default = 0x1F;
3062
3062
ram attribute colorTempPhysicalMinMireds default = 0x009A;
3063
3063
ram attribute colorTempPhysicalMaxMireds default = 0x01C6;
3064
- ram attribute coupleColorTempToLevelMinMireds;
3064
+ ram attribute coupleColorTempToLevelMinMireds default = 0x009A ;
3065
3065
persist attribute startUpColorTemperatureMireds default = 0x00FA;
3066
3066
ram attribute featureMap default = 0x1F;
3067
3067
ram attribute clusterRevision default = 7;
Original file line number Diff line number Diff line change 5571
5571
" storageOption" : " RAM" ,
5572
5572
" singleton" : 0 ,
5573
5573
" bounded" : 0 ,
5574
- " defaultValue" : " " ,
5574
+ " defaultValue" : " 0x009A " ,
5575
5575
" reportable" : 1 ,
5576
5576
" minInterval" : 0 ,
5577
5577
" maxInterval" : 65344 ,
You can’t perform that action at this time.
0 commit comments