mattdavis90 / node-tado-client

A Tado API client for Node
MIT License
47 stars 18 forks source link

api(setZoneOverlays): allow boost heating requests #71

Closed abn closed 3 weeks ago

mattdavis90 commented 3 weeks ago

Is this part of the Tado API? I haven't seen that field before. They previously just put the temperature up to 25C for an hour and cycled through every zone.

abn commented 3 weeks ago

Yeah; I was just reversing their web-api call when hitting the boost button. Seems they now have the isBoost property in there. It does seem to also impact the zone state as a side-effect, but I have not got that far yet.

mattdavis90 commented 3 weeks ago

Ok, cool. Want me to hold off merging while you continue looking into it, or do you think this is complete enough?

abn commented 3 weeks ago

This should be complete enough. I have verified just now that the data in the zone state has no impact.