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()