mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
14 lines
227 B
JSON
14 lines
227 B
JSON
{
|
|
"name" : "Sparks",
|
|
"script" : "sparks.py",
|
|
"args" :
|
|
{
|
|
"rotation-time" : 3.0,
|
|
"sleep-time" : 0.05,
|
|
"brightness" : 100,
|
|
"saturation" : 100,
|
|
"color" : [255,255,255],
|
|
"random-color" : false
|
|
}
|
|
}
|