Hello...
I'm new to Alexa skill development. Recently, I'd created a smart home skill from the "create Alexa smart home skill" guide. the skill is created and in the test phase device is discovered by the Alexa app. but when I turn the device on or off, after few seconds the app says the device is unresponsive. when I asked about that issue in the forum, they said that you have to implement ReportState in your skill. So I want to add ReportState and ChangeState in my smart home skill which is written in python. I can't find any example which is in python for the same.
Thanks in advance.