alexa-samples / alexa-smarthome

Resources for Alexa Smart Home developers.
https://alexa.design/smarthome
Other
682 stars 336 forks source link

How to add new custom mode "DRY" to ThermostatController interface values like "COOL","AUTO",etc ? #63

Closed abhishek-gajjar closed 10 months ago

abhishek-gajjar commented 6 years ago

I want to add new modes like "DRY" and "TURBO" to existing modes like ,"AUTO","COOL" and ,etc . Can you please suggest me that .

dievaa commented 10 months ago

The Alexa.ThermostatController interface only supports below modes at the moment:

If you have custom modes, then better to use primitive controller like “Alexa.ModeController" where you can provide custom modes details in discovery response.

Check below link to know more about ModeController: https://developer.amazon.com/en-US/docs/alexa/device-apis/alexa-modecontroller.html