Skip to content

Commit

Permalink
update config description
Browse files Browse the repository at this point in the history
  • Loading branch information
JanJaapKo committed May 17, 2020
1 parent 19b354f commit c8e3444
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Author: Jan-Jaap Kostelijk
#
"""
<plugin key="DysonPureLink" name="Dyson Pure Link" author="Jan-Jaap Kostelijk" version="2.2.0" wikilink="https://github.com/JanJaapKo/DysonPureLink.wiki.git" externallink="https://github.com/JanJaapKo/DysonPureLink">
<plugin key="DysonPureLink" name="Dyson Pure Link" author="Jan-Jaap Kostelijk" version="2.2.1" wikilink="https://github.com/JanJaapKo/DysonPureLink.wiki.git" externallink="https://github.com/JanJaapKo/DysonPureLink">
<description>
<h2>Dyson Pure Link plugin</h2><br/>
Connects to Dyson Pure Link devices<br/>
Expand All @@ -24,6 +24,7 @@
<ol type="a">
<li>enter the email adress under "Dyson account email adress"</li>
<li>enter the password under "Dyson account password"</li>
<li>enter the machine's name under "machine name" when there are more than 1 machines linked to the account</li>
</ol>
</ol>
</ul>
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit c8e3444

Please sign in to comment.