I am building a smart home skill on amazon alexa. I am trying to figure out a way so that the user can change the mode of thermostat, i.e an user can give it command to set the mode from 'auto' to 'custom'.I cannot figure out which directive to use for that. Or can I create additional commands? I am kind of new to the platform, so any help will be appreciated.
2
votes
2 Answers
1
votes
0
votes
You could modify my smart home SDK to work for this purpose, you would need to make automatic and manual a channel or input depending on how you want to speak. Hope this helps.