Skip to content

v4.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Oct 04:37
· 11 commits to refs/heads/latest since this release

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