beremiz
Clone
Summary
Browse
Changes
Graph
MQTT: WIP, re-organized disconnection handling, now keep track of connection status and reconnect accordingly.
22 months ago, Edouard Tisserant
6c2b80b4515d
file is
Executable
MQTT: WIP, re-organized disconnection handling, now keep track of connection status and reconnect accordingly.
This fixes bug with non-reconnecting to broker when having no published variables.
#!/bin/bash
CONTAINER=beremiz_sikuli_current
docker start $CONTAINER
docker exec -i -t -u root $CONTAINER bash
docker stop $CONTAINER