From 71e5662e4f4e43f97bbe91afe23543ff6c1f6517 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Fri, 1 Jul 2022 22:59:12 +0200 Subject: [PATCH] removed unnecessary publish MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ebbe Baß --- main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/main.py b/main.py index d5d30a1..fa761f4 100644 --- a/main.py +++ b/main.py @@ -220,7 +220,6 @@ if __name__ == '__main__': setColor(strip, Color(int(r), int(g), int(b))) time.sleep(1) else: - client.publish("server-rack-led-1/power","False") setColor(strip, Color(0,0,0)) time.sleep(1)