diff --git a/plugin.py b/plugin.py index b9cc54e..cbda99e 100644 --- a/plugin.py +++ b/plugin.py @@ -3,7 +3,7 @@ # Author: Jan-Jaap Kostelijk # """ - +

Dyson Pure Link plugin


Connects to Dyson Pure Link devices
@@ -24,6 +24,7 @@
  1. enter the email adress under "Dyson account email adress"
  2. enter the password under "Dyson account password"
  3. +
  4. enter the machine's name under "machine name" when there are more than 1 machines linked to the account
@@ -232,7 +233,6 @@ def onStart(self): self.base_topic = self.myDevice.device_base_topic Domoticz.Debug("base topic defined: '"+self.base_topic+"'") - #create the connection if self.myDevice != None: self.mqttClient = MqttClient(self.ip_address, self.port_number, mqtt_client_id, self.onMQTTConnected, self.onMQTTDisconnected, self.onMQTTPublish, self.onMQTTSubscribed)