From 2b27a7eb4a730b90035bc6858a822e58a7aeb144 Mon Sep 17 00:00:00 2001 From: Nicolas Bachschwell Date: Wed, 26 Apr 2017 23:04:39 +0200 Subject: [PATCH] V0.7 Tested. Added RGB Test Animation --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }