Bumped version to 0.7.0-beta.0
This commit is contained in:
parent
8822670f9b
commit
6a57eaa57e
@ -100,4 +100,10 @@
|
|||||||
|
|
||||||
* Fixed homebridge crash when robot has a map without zones
|
* Fixed homebridge crash when robot has a map without zones
|
||||||
* Fixed homebridge crash when homebridge has no internet connection or the neato servers are offline
|
* Fixed homebridge crash when homebridge has no internet connection or the neato servers are offline
|
||||||
* Fixed homebridge crash when 2 zones have the same name
|
* Fixed homebridge crash when 2 zones have the same name
|
||||||
|
|
||||||
|
## 0.7.0
|
||||||
|
|
||||||
|
* Fixed room switches not taking eco and extraCare mode into account
|
||||||
|
* Fixed room switches to support pause/resume of cleaning
|
||||||
|
* Added feature that enabling another room switch, returns to robot to dock and starts cleaning the new room automatically
|
||||||
|
@ -5,8 +5,9 @@
|
|||||||
|
|
||||||
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).
|
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 any support.
|
If you like this plugin, I would be very grateful for your support:
|
||||||
<a href="https://www.buymeacoffee.com/2D1nUuK36" target="_blank"><img width="130" src="https://bmc-cdn.nyc3.digitaloceanspaces.com/BMC-button-images/custom_images/orange_img.png" alt="Buy Me A Coffee"></a>
|
|
||||||
|
<a href="https://www.buymeacoffee.com/2D1nUuK36" target="_blank"><img width="140" src="https://bmc-cdn.nyc3.digitaloceanspaces.com/BMC-button-images/custom_images/orange_img.png" alt="Buy Me A Coffee"></a>
|
||||||
|
|
||||||
Feel free to leave any feedback [here](https://github.com/naofireblade/homebridge-neato/issues).
|
Feel free to leave any feedback [here](https://github.com/naofireblade/homebridge-neato/issues).
|
||||||
|
|
||||||
@ -80,4 +81,5 @@ The plugin should work with D4 and D6 as well. If you have connected neato robot
|
|||||||
Many thanks go to
|
Many thanks go to
|
||||||
- [ghulands](https://github.com/ghulands) for finding and fixing a bug when no robot is associated with the neato account
|
- [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
|
- [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
|
- [Antoine de Maleprade](https://github.com/az0uz) for adding the zone cleaning feature
|
||||||
|
- [DJay](https://github.com/DJay-X) for testing new beta versions
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "homebridge-neato",
|
"name": "homebridge-neato",
|
||||||
"version": "0.6.4",
|
"version": "0.7.0-beta.0",
|
||||||
"description": "A Neato vacuum robot plugin for homebridge.",
|
"description": "A Neato vacuum robot plugin for homebridge.",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
Loading…
Reference in New Issue
Block a user