From 3942e22205ff8e907a7a12f667328b873f945b51 Mon Sep 17 00:00:00 2001 From: Brian Martin Date: Wed, 13 Mar 2019 20:24:30 -0400 Subject: [PATCH] Add D600 to iotmqdevices Add D600 (dl8fht) to iotmqdevices - CR: Fredric Palmgren --- sucks/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sucks/__init__.py b/sucks/__init__.py index 2b32ba5..da326f4 100644 --- a/sucks/__init__.py +++ b/sucks/__init__.py @@ -304,6 +304,7 @@ class EcoVacsAPI: #These items were found in the Android app source by searching for "new IOTMqDevice(" iotmqdevices = [ 'ls1ok3', #D900 / DE5G + 'dl8fht', #D600 # Possibly the Atmobot AA30 - qqy0di # Possibly the Slim4 - wbueya ]