You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basically allow interaction through Alexa for a thermostat-like device. It feels much more important than a TV which is supported. I reckon most of the work would be on the Alexa skill since adding the type is fairly straightforward (I'd happily do it and make a pull request but the repo for that is obviously private hehe)
An enum for the mode (OFF; HEAT; COOL)
Float for target temperature
optional float for read-only current actual temperature
Basically allow interaction through Alexa for a thermostat-like device. It feels much more important than a TV which is supported. I reckon most of the work would be on the Alexa skill since adding the type is fairly straightforward (I'd happily do it and make a pull request but the repo for that is obviously private hehe)
https://developer.amazon.com/en-US/docs/alexa/device-apis/alexa-thermostatcontroller.html
The text was updated successfully, but these errors were encountered: