Releases: OpenWonderLabs/node-switchbot
Releases · OpenWonderLabs/node-switchbot
v3.0.1
What's Changed
- Hot Fix for
baseURL
which is used for sendingOpenAPI
commands - Housekeeping and update dependencies
Full Changelog: v3.0.0...v3.0.1
v3.0.0
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
v2.4.0
What's Changed
- Added
celsius
andfahrenheit
as based values sent for Sensors - Housekeeping and update dependencies
Full Changelog: v2.3.0...v2.4.0
v2.3.0
What's Changed
- Added
humidity
value based ofpercentage
for Humidifiers - Updated SwitchBot Lock Pro
manufacturerData
- Housekeeping and update dependencies
Full Changelog: v2.2.0...v2.3.0
v2.2.0
What's Changed
- Add Model Friendly Name for each deviceType
- Add SwitchBot Hub 2 Support
- Add basic support for SwitchBot Lock Pro
- Housekeeping and update dependencies
Full Changelog: v2.1.1...v2.2.0
v2.1.1
v2.1.0
What's Changed
- Add SwitchBot Lock Support #232, Thanks @brozef
- Fix TypeScript issues & warnings #239 #240 #241, Thanks @dnicolson
- Update Noble #242, Thanks @dnicolson
dnicolson - Housekeeping and update dependencies
Full Changelog: v2.0.3...v2.1.0
v2.0.3
What's Changed
- Add some TypeScript types #228, Thanks @dnicolson
- Remove Buffer import #229, Thanks @dnicolson
- Housekeeping and update dependencies
Full Changelog: v2.0.2...v2.0.3
v2.0.2
What's Changed
- Fix various 2.0.0 issues #224, Thanks @dnicolson
- Code Cleanup #225 #226, Thanks @dnicolson
- Housekeeping and update dependencies
Full Changelog: v2.0.1...v2.0.2
v2.0.1
What's Changed
- Fix async constructor #220, Thanks @dnicolson
- Housekeeping and update dependencies
Full Changelog: v2.0.0...v2.0.1