From 1a8d63317bee0d91f79e8f34fcf41838f3aab99a Mon Sep 17 00:00:00 2001 From: William Pietri Date: Mon, 4 Dec 2017 12:36:31 -0800 Subject: [PATCH] Adding another model to the docs. --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3f669f9..9a9670a 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,12 @@ sucks ===== A simple command-line python script to drive a robot vacuum. Currently -known to work with the Ecovacs Deebot N79, M81, and M88 Pro from North -America and Europe. Does it work for your model as well? Join the -discussion on the [sucks-users mailing list](https://groups.google.com/forum/#!forum/sucks-users). +known to work with the Ecovacs Deebot N79, M80 Pro, M81, and M88 +Pro from both North America and Europe. + +Does it work for your model as well? Join the discussion on the +[sucks-users mailing +list](https://groups.google.com/forum/#!forum/sucks-users). If you're curious about the protocol, I have [a rough doc](protocol.md) started. I'll happily accept pull requests for it.