diff options
Diffstat (limited to 'cache.go')
| -rw-r--r-- | cache.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -43,6 +43,7 @@ func (c *Cache) Update(states States) { c.Tx <- MQTTMessage{ Topic: topic, Payload: payload, + Retain: true, } } c.States[id] = state |
