Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.34 KB

File metadata and controls

25 lines (16 loc) · 1.34 KB

11. Continued Learning and Clean Up

Congratulations! You have built a virtual fireplace using the Alexa Smart Home API. Although this tutorial only uses the Alexa.PowerController interface to control the power state of the fireplace, you can add additional functionality to your virtual fireplace through the following Smart Home API directives:

Each of these recipes build on this tutorial, and you do not have to do them in any particular order.

If you're finished experimenting with the virtual fireplace, now would be a great time to clean up your AWS resources and avoid incurring any further charges.

Clean Up

To remove the sample and cleanup the backend:

  1. Close any open instance of setup.txt
  2. Delete the cloned repository from your computer
  3. From the Alexa Developer Console, select and then delete the Fireplace skill.
  4. In the CloudFormation console, select skill-sample-smarthome-fireplace-python and then Delete Stack from the Actions dropdown.

Congrats, and well done!!!


Return to the Instructions