Skip to content

Commit

Permalink
Release 0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbungle64 committed Mar 5, 2020
1 parent 8d20ed8 commit 5d2466c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 14 deletions.
25 changes: 13 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,23 +16,21 @@ He documented his [findings on the protocol](http://github.com/wpietri/sucks/blo

## Models

So far, only devices that communicate with the **XMPP** protocol work properly.
Devices that communicate with the **MQTT** protocol are experimental.

### Works properly
### Theses models are known to work
* Deebot Slim 2
* Deebot 601
* Deebot 710/711
* Deebot 900/901
* Deebot Ozmo 610
* Deebot Ozmo 930
* Deebot Ozmo 950

### Should work
* Deebot N79T
* Deebot 601
* Deebot Ozmo 960

### Should work partially
* Deebot 710
### These models should work partially
* Deebot Ozmo 900
* Deebot Ozmo 950

### These models should work
* Deebot N79T
* Deebot 600/605

## Usage

Expand Down Expand Up @@ -202,6 +200,9 @@ function httpGetJson(url) {
}
```

### 0.3.5
* (mrbungle64) Bugfixes for CleanReport (Ozmo 950), DeebotPosition and ChargePosition (XMPP devices)

### 0.3.4
* (mrbungle64) GetPos, GetChargePos (XMPP), DustCaseST (MQTT/XML)
* (boriswerner) setCleanSpeed standardized to numeric 1-4
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": "ecovacs-deebot",
"version": "0.3.4",
"version": "0.3.5",
"description": "Javascript library to drive an Ecovacs Deebot robot vacuum",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 5d2466c

Please sign in to comment.