From aade5737fd4682e14c81a81c6f8bdb831ac1dfed Mon Sep 17 00:00:00 2001 From: Shy Date: Tue, 18 Apr 2017 22:06:18 +0200 Subject: [PATCH] Set default qos to 0 --- c4ctrl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c4ctrl.py b/c4ctrl.py index 73b02d5..db2024c 100755 --- a/c4ctrl.py +++ b/c4ctrl.py @@ -44,7 +44,7 @@ class C4Interface(): broker = "autoc4.labor.koeln.ccc.de" port = 1883 - qos = 2 + qos = 0 retain = True # Generate a (sufficiently) unique client id. client_id = "c4ctrl-" + "".join(