Resolve "persistent mqtt messages"
Closes #29 (closed)
- pass
MQTT_QOS
,MQTT_CLIENT_ID
andMQTT_CLEAN_SESSION
to main.py and then through to all the individual handlers- if env not set, defaults are
MQTT_QOS=0
,MQTT_CLIENT_ID=''
andMQTT_CLEAN_SESSION=True
- if env not set, defaults are
- in AbstractAction, subscribe to TOPIC with the settings from above
- logg out subscribed topic and qos
Edited by Joost Hemmen