mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
all effects has same lineendings
Former-commit-id: c2586f57ce03c20a7a1083a5d62c8ddde7359b84
This commit is contained in:
parent
645a376da6
commit
7dfe8ae8cf
@ -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]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name" : "Loop",
|
"name" : "Loop",
|
||||||
"script" : "loop.py",
|
"script" : "loop.py",
|
||||||
"args" :
|
"args" :
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name" : "Loop2",
|
"name" : "Loop2",
|
||||||
"script" : "loop2.py",
|
"script" : "loop2.py",
|
||||||
"args" :
|
"args" :
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name" : "Random",
|
"name" : "Random",
|
||||||
"script" : "random.py",
|
"script" : "random.py",
|
||||||
"args" :
|
"args" :
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name" : "Sparks color",
|
"name" : "Sparks color",
|
||||||
"script" : "sparks-color.py",
|
"script" : "sparks-color.py",
|
||||||
"args" :
|
"args" :
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name" : "Sparks",
|
"name" : "Sparks",
|
||||||
"script" : "sparks.py",
|
"script" : "sparks.py",
|
||||||
"args" :
|
"args" :
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user