From 5d2466caa2f2dbedd899b96e7b47637f9d35b207 Mon Sep 17 00:00:00 2001 From: mrbungle64 Date: Thu, 5 Mar 2020 12:37:21 +0100 Subject: [PATCH] Release 0.3.5 --- README.md | 25 +++++++++++++------------ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 15 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index faa36f37..83bc23f2 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 diff --git a/package-lock.json b/package-lock.json index 5b84ae9a..09f33c7b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ecovacs-deebot", - "version": "0.3.4", + "version": "0.3.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d4bdba35..8ac87647 100644 --- a/package.json +++ b/package.json @@ -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": {