Set default qos to 0

This commit is contained in:
Shy 2017-04-18 22:06:18 +02:00
parent 4f501a563a
commit aade5737fd

View file

@ -44,7 +44,7 @@ class C4Interface():
broker = "autoc4.labor.koeln.ccc.de" broker = "autoc4.labor.koeln.ccc.de"
port = 1883 port = 1883
qos = 2 qos = 0
retain = True retain = True
# Generate a (sufficiently) unique client id. # Generate a (sufficiently) unique client id.
client_id = "c4ctrl-" + "".join( client_id = "c4ctrl-" + "".join(