Skip to content

Commit 1e96c30

Browse files
committed
Update README.md
1 parent c395a34 commit 1e96c30

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff 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
]

0 commit comments

Comments
 (0)