File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -323,10 +323,9 @@ The soruce code also provides an easy way to write your own **speed controller**
323323 " If not set the speed is not changed"
324324 "Speed" : " <int>" ,
325325
326- " Effect byte to be sent to the controller"
327- " Depends on the controller type"
326+ " Effect type, depends on the controller type"
328327 " If not set the rgb effect is not changed"
329- "EffectByte " : " <int >" ,
328+ "EffectType " : " <string >" ,
330329
331330 " List of LedColor that the effect should use."
332331 "EffectColors" : [" <LedColor>" ]
@@ -345,8 +344,7 @@ The soruce code also provides an easy way to write your own **speed controller**
345344 [9802 , 8101 , 1 ]
346345 ],
347346 "Speed" : 35 ,
348- "EffectType" : " Full" ,
349- "EffectSpeed" : " Normal" ,
347+ "EffectByte" : 25 ,
350348 "EffectColors" : [
351349 [0 , 255 , 0 ]
352350 ]
You can’t perform that action at this time.
0 commit comments