Skip to content

v3.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Oct 11:48
· 8 commits to refs/heads/latest since this release
6087873

What's Changed

⚠️ Breaking Changes

  • Have added OpenAPI Functionality into node-switchbot, so now it is able to handle both APIs with just one module.
    • There are now two different Classes SwitchBotBLE and SwitchBotOpenAPI that can be used interact with the two different APIs
      • SwitchBotOpenApi support emitting logs from this module.
      • You will need to update your current setup fromSwitchBot to SwitchBotBLE to be able to interact with the BLE API
  • Updated the documents to explain both the BLE and the OpenAPI Functionality within node-switchbot

Other Changes

  • Housekeeping and update dependencies

Full Changelog: v2.4.0...v3.0.0