Skip to content

Commit

Permalink
Release 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbungle64 committed May 22, 2020
1 parent 470d343 commit 71ce689
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ For instructions for other systems visit https://www.npmjs.com/package/canvas#co

## Known issues

* There are some reports that empty cleaning logs are currently delivered by Ecovacs for Ozmo 920/950.
* For the Deebot Ozmo 930 it is recommended to [schedule a restart](https://www.iobroker.net/#en/documentation/admin/instances.md#The%20page%20content) once a day because there are some reports that the connection is lost after approx. 24 hours.
* There are also some reports that there's a strange behavior of the battery value on Deebot 900/901. It's very likely that this is a firmware bug.
* You can use the corresponding option in the adapter config as a workaround.
Expand All @@ -62,6 +63,9 @@ For instructions for other systems visit https://www.npmjs.com/package/canvas#co

## Changelog

### 0.6.4
* Some minor fixes

### 0.6.3
* Using library version 0.4.13
* Some translations added
Expand Down
6 changes: 5 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
{
"common": {
"name": "ecovacs-deebot",
"version": "0.6.3",
"version": "0.6.4",
"news": {
"0.6.4": {
"en": "Release 0.6.4",
"de": "Release 0.6.4"
},
"0.6.3": {
"en": "Release 0.6.3",
"de": "Release 0.6.3"
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.ecovacs-deebot",
"version": "0.6.3",
"version": "0.6.4",
"description": "Ecovacs Deebot adapter",
"author": {
"name": "Sascha Hölzel",
Expand Down

0 comments on commit 71ce689

Please sign in to comment.