update lights

This commit is contained in:
Sami Samhuri 2016-12-22 17:51:12 -08:00
parent c39fd43096
commit f2362b0f8f
No known key found for this signature in database
GPG key ID: F76F41F04D99808F

6
lights
View file

@ -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']