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' => {
|
||||
brightness: 160,
|
||||
temp: 2200,
|
||||
temp: 2300,
|
||||
},
|
||||
'midnight' => {
|
||||
brightness: 80,
|
||||
temp: 1200,
|
||||
brightness: 120,
|
||||
temp: 2100,
|
||||
},
|
||||
}
|
||||
TEMPS['sunny'] = TEMPS['bright']
|
||||
|
|
|
|||
Loading…
Reference in a new issue