Open walkertr0n opened 1 year ago
Someone else requested this on the Discord already... I'd love to be able to turn on my fan for N minutes like you can from the Google Home app.
I can't write the code but here's the API guide if someone else wants to try :)
MVP:
fan_timer_active
fan_timer_duration
int
Nice to have:
has_fan
fan_timer_timeout
string
Thanks for this. I will add this as soon as I can. Good chance it will be within the next week or two but not sure.
Someone else requested this on the Discord already... I'd love to be able to turn on my fan for N minutes like you can from the Google Home app.
I can't write the code but here's the API guide if someone else wants to try :)
MVP:
fan_timer_active
= true; Setfan_timer_duration
=int
value of 15, 30, 45, 60, 120, 240, 480, or 720Nice to have:
has_fan
will return false)fan_timer_active
= false?fan_timer_timeout
returns astring
timestamp in ISO 8601; subtract current time from that, once per second until it ends