diff --git a/README.md b/README.md index 619ee26..cad5f7b 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This is a plugin for [homebridge](https://github.com/nfarina/homebridge) to control your [Neato](https://www.neatorobotics.com/) vacuum robot. You can download it via [npm](https://www.npmjs.com/package/homebridge-neato). -If you like this plugin, I would be very grateful for your support: +If you like this plugin and find it useful, I would be very grateful for your support: Buy Me A Coffee @@ -13,23 +13,23 @@ Feel free to leave any feedback [here](https://github.com/naofireblade/homebridg ## Features -- Start and pause house cleaning +- House Cleaning - Eco mode - Extra care navigation - Nogo lines - - Zones +- Zone cleaning - Spot cleaning - - individual spot size (only D7) - - repeat + - Individual spot size (only D7) + - Clean twice - Return to dock - Find the robot -- Enable/Disable the schedule +- Schedule (de)activation - Robot information - - battery level - - charging state - - dock occupancy - - model and firmware version -- Automatic and periodic refresh for notifications + - Battery level + - Charging state + - Dock occupancy + - Model and firmware version +- Automatic or periodic refresh of robot state - Multiple robots ## Installation @@ -89,4 +89,4 @@ Many thanks go to - [ghulands](https://github.com/ghulands) for finding and fixing a bug when no robot is associated with the neato account - [Berkay](https://github.com/btutal) for adding the schema file to use the plugin with homebridge-config-ui-x - [Antoine de Maleprade](https://github.com/az0uz) for adding the zone cleaning feature -- [DJay](https://github.com/DJay-X) for testing out new beta versions \ No newline at end of file +- [DJay](https://github.com/DJay-X) for testing out tons of new beta versions \ No newline at end of file diff --git a/characteristics/spotRepeat.js b/characteristics/spotRepeat.js index 568f1e1..8f7d72d 100644 --- a/characteristics/spotRepeat.js +++ b/characteristics/spotRepeat.js @@ -4,7 +4,7 @@ module.exports = function (Characteristic, CustomUUID) { let SpotRepeat = function () { - Characteristic.call(this, 'Spot ↺', CustomUUID.SpotCleanRepeat); + Characteristic.call(this, 'Spot 2x', CustomUUID.SpotCleanRepeat); this.setProps({ format: Characteristic.Formats.BOOL, perms: [Characteristic.Perms.READ, Characteristic.Perms.WRITE]