update lights
This commit is contained in:
parent
c39fd43096
commit
f2362b0f8f
1 changed files with 3 additions and 3 deletions
6
lights
6
lights
|
|
@ -30,11 +30,11 @@ TEMPS = {
|
||||||
},
|
},
|
||||||
'night' => {
|
'night' => {
|
||||||
brightness: 160,
|
brightness: 160,
|
||||||
temp: 2200,
|
temp: 2300,
|
||||||
},
|
},
|
||||||
'midnight' => {
|
'midnight' => {
|
||||||
brightness: 80,
|
brightness: 120,
|
||||||
temp: 1200,
|
temp: 2100,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
TEMPS['sunny'] = TEMPS['bright']
|
TEMPS['sunny'] = TEMPS['bright']
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue