V0.7 Tested. Added RGB Test Animation

This commit is contained in:
Nicolas Bachschwell 2017-04-26 23:04:39 +02:00
parent 57023c72bb
commit 2b27a7eb4a
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}