Releases: OpenWonderLabs/homebridge-switchbot
Releases · OpenWonderLabs/homebridge-switchbot
v4.1.4
What's Changed
- Remove unneeded unknown casting #1113, Thanks @dnicolson
- Remove additional space in logging #1111, Thanks @dnicolson
- Fix service data check #1110, Thanks @dnicolson
- Update default refresh rate #1109, Thanks @dnicolson
- Housekeeping and updated dependencies.
Full Changelog: v4.1.3...v4.1.4
v4.1.4-beta.2
**Beta Release**
Version: v4.1.4-beta.2
How To Test Beta Releases
v4.1.4-beta.1
**Beta Release**
Version: v4.1.4-beta.1
How To Test Beta Releases
v4.1.4-beta.0
**Beta Release**
Version: v4.1.4-beta.0
How To Test Beta Releases
v4.1.3
v4.1.3-beta.3
**Beta Release**
Version: v4.1.3-beta.3
How To Test Beta Releases
v4.1.2
v4.1.1
What's Changed
- Remove unneeded light level check #1096, Thanks @dnicolson
- Remove unneeded async #1089, #1094, & #1097 ; Thanks @dnicolson
- Fix characteristic warning #1093, Thanks @dnicolson
- Fix light level #1092, Thanks @dnicolson
- Fix device types #1091, Thanks @dnicolson
- Fix curtain light sensor #1090, Thanks @dnicolson
- Fix max retry #1088, Thanks @dnicolson
- Housekeeping and updated dependencies.
Full Changelog: v4.1.0...v4.1.1
v4.1.0
What's Changed
- Add
Meter Pro
deviceType Support - Fix
node-switchbot
noble issue. - Housekeeping and updated dependencies.
Full Changelog: v4.0.0...v4.1.0
v4.0.0
What's Changed
⚠️ Breaking Changes
- Added
deviceType
based config- This allows you to set a setting that will be used across the same deviceType
deviceType
based config settings can be over written by individual device settings set by the deviceId
- Added
remoteType
based config- This allows you to set a setting that will be used across the same IR remoteType
remoteType
based config settings can be over written by individual device settings set by the deviceId
- All device specific configs have been moved to the same level on the config to elimate the use of multiple of the same config and to better support the new
deviceType
based config.- **
⚠️ If you have config set for any of the following SwitchBot device Types:Curtain
,Blind Tilt
,Color Bulb
,Strip Light
,Hub
,Meter
,Meter Plus
,Humidifier
,Contact Sensor
,Motion Sensor
,Water Detector
,Ceiling Light
, orLock
; you will need to re-setup your config for that deviceId** - **
⚠️ If you have config set for any of the following IR remote Types:Fan
,DIY Fan
,Light
,DIY Light
,Air Conditioner
,DIY Air Conditioner
, orOthers
; you will need to re-setup your config for that deviceId**
- **
- OpenAPI is now support by Version 3.0.0 of
node-switchbot
, so made changes to refect that.
Other Changes
- Add
K10+ Pro
deviceType Support - Housekeeping and updated dependencies.
Full Changelog: v3.8.3...v4.0.0