Set default qos to 0
This commit is contained in:
parent
4f501a563a
commit
aade5737fd
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||||
|
|
Loading…
Reference in a new issue