match evening to relax with less brightness
This commit is contained in:
parent
06f7a44fb8
commit
4f8e20befd
|
@ -54,13 +54,13 @@ scenes['ct']['bright'] = b'{"on": true, "bri": 254, "ct": 367, "alert": "none",
|
|||
scenes['ct']['relax'] = b'{"on": true, "bri": 144, "ct": 447, "alert": "none", "colormode": "ct"}'
|
||||
scenes['ct']['morning'] = b'{"on": true, "bri": 100, "ct": 447, "alert": "none", "colormode": "ct"}'
|
||||
scenes['ct']['dimmed'] = b'{"on": true, "bri": 77, "ct": 367, "alert": "none", "colormode": "ct"}'
|
||||
scenes['ct']['evening'] = b'{"on": true, "bri": 63, "ct": 367, "alert": "none", "colormode": "ct"}'
|
||||
scenes['ct']['evening'] = b'{"on": true, "bri": 63, "ct": 447, "alert": "none", "colormode": "ct"}'
|
||||
scenes['ct']['nightlight'] = b'{"on": true, "bri": 1, "ct": 447, "alert": "none", "colormode": "ct"}'
|
||||
scenes['xt']['bright'] = b'{"on": true, "bri": 254, "hue": 8402, "sat": 140, "effect": "none", "xy": [0.4578, 0.41], "ct": 367, "alert": "none", "colormode": "xy"}'
|
||||
scenes['xt']['relax'] = b'{"on": true, "bri": 144, "hue": 8402, "sat": 140, "effect": "none", "xy": [0.5019, 0.4152], "ct": 447, "alert": "none", "colormode": "xy"}'
|
||||
scenes['xt']['morning'] = b'{"on": true, "bri": 100, "hue": 8402, "sat": 140, "effect": "none", "xy": [0.5019, 0.4152], "ct": 447, "alert": "none", "colormode": "xy"}'
|
||||
scenes['xt']['dimmed'] = b'{"on": true, "bri": 77, "hue": 8402, "sat": 140, "effect": "none", "xy": [0.4578, 0.41], "ct": 367, "alert": "none", "colormode": "xy"}'
|
||||
scenes['xt']['evening'] = b'{"on": true, "bri": 63, "hue": 8402, "sat": 140, "effect": "none", "xy": [0.4578, 0.41], "ct": 367, "alert": "none", "colormode": "xy"}'
|
||||
scenes['xt']['evening'] = b'{"on": true, "bri": 63, "hue": 8402, "sat": 140, "effect": "none", "xy": [0.5019, 0.4152], "ct": 447, "alert": "none", "colormode": "xy"}'
|
||||
scenes['xt']['nightlight'] = b'{"on": true, "bri": 1, "hue": 8402, "sat": 140, "effect": "none", "xy": [0.561, 0.4042], "ct": 367, "alert": "none", "colormode": "xy"}'
|
||||
|
||||
def get_state(id):
|
||||
|
|
Loading…
Reference in New Issue