Skip to content

Releases: bwp91/homebridge-deebot

v6.1.1

28 Aug 15:03
Compare
Choose a tag to compare

⚠️ Note this will be the last version of the plugin to support Node 16.

  • Node 16 moves to 'end of life' on 2023-09-11 (more info)
  • This is in-line with the Homebridge guidelines on supporting node versions (more info)
  • If you are currently using Node 16, now is a good time to upgrade to Node 18 or 20 (see the link above for more info)

Changed

  • Updated dependencies

v6.1.0

19 Aug 01:47
Compare
Choose a tag to compare

Added

  • Allow a polling interval to be set per accessory, or can be set to 0 to disable polling if the device supports push updates

Changed

  • Bump ecovavs-deebot library to v0.9.6-prerelease (thanks @mrbungle64!)
  • Bump node recommended versions to v16.20.2 or v18.17.1 or v20.5.1

v6.0.5

05 Apr 20:42
Compare
Choose a tag to compare

Changed

  • Bump ecovavs-deebot library to v0.9.5 (thanks @mrbungle64!)
  • Simplify log welcome messages

v6.0.2

24 Mar 21:42
Compare
Choose a tag to compare

Changed

  • Bump ecovavs-deebot library to v0.9.4 (thanks @mrbungle64!)

v6.0.1

14 Mar 21:14
Compare
Choose a tag to compare

Fixed

  • [GetNetInfo] should be debug logging

v6.0.0

11 Mar 00:35
Compare
Choose a tag to compare

Breaking

  • Remove official support for Node 14
  • Remove deprecated config options for old commands
  • Remove option to disable plugin - this is now available in the Homebridge UI
  • Remove option for debug logging - this will be enabled when using a beta version of the plugin
  • Remove individual accessory logging options to simplify the config

Changed

  • Bump ecovavs-deebot library to v0.9.3 (thanks @mrbungle64!)
  • Bump node recommended versions to v16.19.1 or v18.15.0

v5.3.2

07 Jan 02:06
Compare
Choose a tag to compare

Changed

  • Bump ecovavs-deebot library to v0.9.2 (pre-release)
  • Bump node recommended versions to v14.21.2 or v16.19.0 or v18.13.0
  • Bump homebridge recommended version to v1.6.0 or v2.0.0-beta

v5.3.1

27 Nov 22:45
Compare
Choose a tag to compare

Fixed

  • A potential configuration issue when using multiple devices

v5.3.0

24 Nov 23:26
Compare
Choose a tag to compare

Added

  • Support for air drying (thanks @apfelnutzer!)
    • Switch can be hidden via the config if unwanted

Changed

  • Bump ecovavs-deebot library to v0.9.0
  • Bump node recommended versions to v14.21.1 or v16.18.1 or v18.12.1

v5.2.0

25 Sep 12:58
Compare
Choose a tag to compare

Added

  • Support for cleaning coordinate areas (thanks @apfelnutzer!)

Changed

  • Correct parameters for updatePlatformAccessories()
  • Existing custom areas have been renamed to Predefined Areas
  • Bump node recommended versions to v14.20.1 or v16.17.1
  • Updated dev dependencies