Releases: homebridge-plugins/homebridge-deebot
Releases · homebridge-plugins/homebridge-deebot
v6.1.1
- 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
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
Changed
- Bump
ecovavs-deebot
library to v0.9.5 (thanks @mrbungle64!) - Simplify log welcome messages
v6.0.2
Changed
- Bump
ecovavs-deebot
library to v0.9.4 (thanks @mrbungle64!)
v6.0.1
v6.0.0
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
v5.3.1
v5.3.0
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
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