v3.0.0
·
21 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
SwitchBotBLEandSwitchBotOpenAPIthat can be used interact with the two different APIsSwitchBotOpenApisupport emitting logs from this module.- You will need to update your current setup from
SwitchBottoSwitchBotBLEto be able to interact with the BLE API
- There are now two different Classes
- Updated the documents to explain both the
BLEand theOpenAPIFunctionality withinnode-switchbot
Other Changes
- Housekeeping and update dependencies
Full Changelog: v2.4.0...v3.0.0