V0.7 Tested. Added RGB Test Animation
This commit is contained in:
parent
57023c72bb
commit
2b27a7eb4a
@ -136,7 +136,7 @@ bool onLedsShouldChange(String value){
|
|||||||
reset();
|
reset();
|
||||||
thingToDo = "rgb";
|
thingToDo = "rgb";
|
||||||
toDelay = root["time"];
|
toDelay = root["time"];
|
||||||
brightness = root["brightness"]
|
brightness = root["brightness"];
|
||||||
Homie.setNodeProperty(stripNode, "last", "{\"state\":\"success\"}");
|
Homie.setNodeProperty(stripNode, "last", "{\"state\":\"success\"}");
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user