SwitchBot API


Summary of my bookmarked Github repositories from Jan 19th, 2021

Github repositories

  • OpenWonderLabs/SwitchBotAPI

    The SwitchBot API v1.1 documentation provides methods, examples, and best practices for developers and IoT hobbyists to create their own smart home applications. The new version, v1.1, improves authentication by introducing a token and secret key signature. To use the API, developers must generate a signature using their token and secret key. The documentation includes code examples in Python 2 and 3, JavaScript, C#, Java, and PHP for generating the signature and making API requests for device control, scene execution, webhook configuration, and event handling. It also provides information on getting started and a glossary of terms used in the API.