From 715f750202d1f50f420858b9260805abedf86940 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Tue, 27 Dec 2022 19:44:36 +0100 Subject: [PATCH] added more status pubs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ebbe Baß --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index fa7f912..091f6e2 100644 --- a/main.py +++ b/main.py @@ -227,7 +227,7 @@ if __name__ == '__main__': setColor(strip, Color(0,0,0)) except KeyboardInterrupt: - client.publish("server-rack-led/power", "False") + client.publish("server-rack-led/power/status", "False") client.loop_stop() setColor(strip, Color(0,0,0)) GPIO.cleanup()