Marco Verleun
2021-04-19 15:29:13 +02:00
committed by GitHub
parent ffd6c925af
commit 594ab3b657

View File

@@ -98,5 +98,5 @@ while True:
for item in json_dict:
value = json_dict[item]
if not "model" in item:
if (not "model" in item) and (type(value) is not list):
mqttc.publish(MQTT_TOPIC+"/"+subtopic+"/"+item, payload=value, qos=MQTT_QOS, retain=True)