turn on patio light if off when doorbelled

This commit is contained in:
2020-10-29 09:13:16 -07:00
parent 9b147e05b4
commit 641fd5ae38

View File

@@ -141,7 +141,7 @@ async fn hue_base(reqwest: &reqwest::Client, body: &'static str, delay_millis: u
async fn flash_patio(reqwest: &reqwest::Client) {
hue_base(reqwest,
r#"{"transitiontime":0,"bri":254,"sat":254}"#, // resaturate
r#"{"transitiontime":0,"on":true,"bri":254,"sat":254}"#, // activate/resaturate
250).await;
for _ in 0..2 {
hue_base(reqwest,