diff --git a/src/main.cpp b/src/main.cpp index b691c05..4a9c7d9 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -136,7 +136,7 @@ bool onLedsShouldChange(String value){ reset(); thingToDo = "rgb"; toDelay = root["time"]; - brightness = root["brightness"] + brightness = root["brightness"]; Homie.setNodeProperty(stripNode, "last", "{\"state\":\"success\"}"); return true; }