Skip to content

Releases: OpenWonderLabs/homebridge-switchbot

v4.1.4

18 Nov 17:51
0edc671
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.1.3...v4.1.4

v4.1.4-beta.2

18 Nov 03:56
4badd31
Compare
Choose a tag to compare
v4.1.4-beta.2 Pre-release
Pre-release
**Beta Release**

Version: v4.1.4-beta.2
How To Test Beta Releases

v4.1.4-beta.1

15 Nov 13:09
Compare
Choose a tag to compare
v4.1.4-beta.1 Pre-release
Pre-release
**Beta Release**

Version: v4.1.4-beta.1
How To Test Beta Releases

v4.1.4-beta.0

07 Nov 22:51
c25beba
Compare
Choose a tag to compare
v4.1.4-beta.0 Pre-release
Pre-release
**Beta Release**

Version: v4.1.4-beta.0
How To Test Beta Releases

v4.1.3

05 Nov 18:47
a25c02f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.1.2...v4.1.3

v4.1.3-beta.3

05 Nov 18:13
1b9e752
Compare
Choose a tag to compare
v4.1.3-beta.3 Pre-release
Pre-release
**Beta Release**

Version: v4.1.3-beta.3
How To Test Beta Releases

v4.1.2

05 Nov 03:39
Compare
Choose a tag to compare

What's Changed

  • Fix refreshRate Issue

Full Changelog: v4.1.1...v4.1.2

v4.1.1

02 Nov 20:28
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.1.0...v4.1.1

v4.1.0

22 Oct 03:27
02552a6
Compare
Choose a tag to compare

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

12 Oct 04:37
Compare
Choose a tag to compare

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, or Lock; 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, or Others; 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