v3.0.0
github-actions
released this
05 Oct 11:48
·
8 commits
to refs/heads/latest
since this release
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
andSwitchBotOpenAPI
that can be used interact with the two different APIsSwitchBotOpenApi
support emitting logs from this module.- You will need to update your current setup from
SwitchBot
toSwitchBotBLE
to be able to interact with the BLE API
- There are now two different Classes
- Updated the documents to explain both the
BLE
and theOpenAPI
Functionality withinnode-switchbot
Other Changes
- Housekeeping and update dependencies
Full Changelog: v2.4.0...v3.0.0