all effects has same lineendings

Former-commit-id: c2586f57ce03c20a7a1083a5d62c8ddde7359b84
This commit is contained in:
redpanther 2016-01-20 14:45:17 +01:00
parent 645a376da6
commit 7dfe8ae8cf
14 changed files with 129 additions and 129 deletions

View File

@ -1,10 +1,10 @@
{ {
"name" : "Knight rider", "name" : "Knight rider",
"script" : "knight-rider.py", "script" : "knight-rider.py",
"args" : "args" :
{ {
"speed" : 1.0, "speed" : 1.0,
"fadeFactor" : 0.7, "fadeFactor" : 0.7,
"color" : [255,0,0] "color" : [255,0,0]
} }
} }

View File

@ -1,7 +1,7 @@
{ {
"name" : "Loop", "name" : "Loop",
"script" : "loop.py", "script" : "loop.py",
"args" : "args" :
{ {
} }
} }

View File

@ -1,7 +1,7 @@
{ {
"name" : "Loop2", "name" : "Loop2",
"script" : "loop2.py", "script" : "loop2.py",
"args" : "args" :
{ {
} }
} }

View File

@ -1,12 +1,12 @@
{ {
"name" : "Blue mood blobs", "name" : "Blue mood blobs",
"script" : "mood-blobs.py", "script" : "mood-blobs.py",
"args" : "args" :
{ {
"rotationTime" : 60.0, "rotationTime" : 60.0,
"color" : [0,0,255], "color" : [0,0,255],
"hueChange" : 60.0, "hueChange" : 60.0,
"blobs" : 5, "blobs" : 5,
"reverse" : false "reverse" : false
} }
} }

View File

@ -1,12 +1,12 @@
{ {
"name" : "Green mood blobs", "name" : "Green mood blobs",
"script" : "mood-blobs.py", "script" : "mood-blobs.py",
"args" : "args" :
{ {
"rotationTime" : 60.0, "rotationTime" : 60.0,
"color" : [0,255,0], "color" : [0,255,0],
"hueChange" : 60.0, "hueChange" : 60.0,
"blobs" : 5, "blobs" : 5,
"reverse" : false "reverse" : false
} }
} }

View File

@ -1,12 +1,12 @@
{ {
"name" : "Red mood blobs", "name" : "Red mood blobs",
"script" : "mood-blobs.py", "script" : "mood-blobs.py",
"args" : "args" :
{ {
"rotationTime" : 60.0, "rotationTime" : 60.0,
"color" : [255,0,0], "color" : [255,0,0],
"hueChange" : 60.0, "hueChange" : 60.0,
"blobs" : 5, "blobs" : 5,
"reverse" : false "reverse" : false
} }
} }

View File

@ -1,10 +1,10 @@
{ {
"name" : "Rainbow mood", "name" : "Rainbow mood",
"script" : "rainbow-mood.py", "script" : "rainbow-mood.py",
"args" : "args" :
{ {
"rotation-time" : 60.0, "rotation-time" : 60.0,
"brightness" : 1.0, "brightness" : 1.0,
"reverse" : false "reverse" : false
} }
} }

View File

@ -1,10 +1,10 @@
{ {
"name" : "Rainbow swirl fast", "name" : "Rainbow swirl fast",
"script" : "rainbow-swirl.py", "script" : "rainbow-swirl.py",
"args" : "args" :
{ {
"rotation-time" : 3.0, "rotation-time" : 3.0,
"brightness" : 1.0, "brightness" : 1.0,
"reverse" : false "reverse" : false
} }
} }

View File

@ -1,10 +1,10 @@
{ {
"name" : "Rainbow swirl", "name" : "Rainbow swirl",
"script" : "rainbow-swirl.py", "script" : "rainbow-swirl.py",
"args" : "args" :
{ {
"rotation-time" : 20.0, "rotation-time" : 20.0,
"brightness" : 1.0, "brightness" : 1.0,
"reverse" : false "reverse" : false
} }
} }

View File

@ -1,7 +1,7 @@
{ {
"name" : "Random", "name" : "Random",
"script" : "random.py", "script" : "random.py",
"args" : "args" :
{ {
} }
} }

View File

@ -1,10 +1,10 @@
{ {
"name" : "Snake", "name" : "Snake",
"script" : "snake.py", "script" : "snake.py",
"args" : "args" :
{ {
"rotation-time" : 10.0, "rotation-time" : 10.0,
"color" : [255, 0, 0], "color" : [255, 0, 0],
"percentage" : 25 "percentage" : 25
} }
} }

View File

@ -1,7 +1,7 @@
{ {
"name" : "Sparks color", "name" : "Sparks color",
"script" : "sparks-color.py", "script" : "sparks-color.py",
"args" : "args" :
{ {
} }
} }

View File

@ -1,7 +1,7 @@
{ {
"name" : "Sparks", "name" : "Sparks",
"script" : "sparks.py", "script" : "sparks.py",
"args" : "args" :
{ {
} }
} }

View File

@ -1,8 +1,8 @@
{ {
"name" : "X-Mas", "name" : "X-Mas",
"script" : "x-mas.py", "script" : "x-mas.py",
"args" : "args" :
{ {
"sleepTime" : 0.75 "sleepTime" : 0.75
} }
} }