Version 0.4.7
* Fixed an exception when no robot is associated with the account
This commit is contained in:
parent
0de549dd41
commit
42fa0399f8
@ -58,4 +58,8 @@
|
|||||||
## 0.4.6
|
## 0.4.6
|
||||||
|
|
||||||
* Added error log while refreshing robot state
|
* Added error log while refreshing robot state
|
||||||
* Fixed a rare bug where the robot stops after some seconds of cleaning
|
* Fixed a rare bug where the robot stops after some seconds of cleaning
|
||||||
|
|
||||||
|
## 0.4.7
|
||||||
|
|
||||||
|
* Fixed an exception when no robot is associated with the account
|
@ -76,3 +76,7 @@ The parameter **disabled** accepts a list of switches/sensors that can be disabl
|
|||||||
- BotVac D5 Connected (Firmware 4.0.0-1632)
|
- BotVac D5 Connected (Firmware 4.0.0-1632)
|
||||||
|
|
||||||
If you have another connected neato robot, please [tell me](https://github.com/naofireblade/homebridge-neato/issues) about your experience with this plugin.
|
If you have another connected neato robot, please [tell me](https://github.com/naofireblade/homebridge-neato/issues) about your experience with this plugin.
|
||||||
|
|
||||||
|
## Contributors
|
||||||
|
Many thanks go to
|
||||||
|
- [ghulands](https://github.com/ghulands) for finding and fixing a bug when no robot is associated with the neato account
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "homebridge-neato",
|
"name": "homebridge-neato",
|
||||||
"version": "0.4.6",
|
"version": "0.4.7",
|
||||||
"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