publish cache retained
All checks were successful
ci/woodpecker/tag/woodpecker Pipeline was successful

This commit is contained in:
2025-12-06 14:46:39 +01:00
parent 7794fabaf3
commit d9b1000665

View File

@@ -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)