Compare commits
1 Commits
2.1.2-conf
...
2.1.3
| Author | SHA1 | Date | |
|---|---|---|---|
|
d9b1000665
|
@@ -69,5 +69,5 @@ class AbstractMqttPublisher(threading.Thread):
|
||||
logger.debug(f"mqtt message unchanged, not publishing: {topic} -> {payload}")
|
||||
return
|
||||
self.cache[topic] = payload
|
||||
self.client.publish(topic, payload)
|
||||
self.client.publish(topic, payload, retain=True)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user