mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
641e8ba6e0
Former-commit-id: 1503be1ff3092af365cfb3479e2911e1c3b8dd97
13 lines
209 B
JSON
13 lines
209 B
JSON
{
|
|
"name" : "Police Lights Single",
|
|
"script" : "police.py",
|
|
"args" :
|
|
{
|
|
"rotation-time" : 1.5,
|
|
"color_one" : [ 255, 0, 0 ],
|
|
"color_two" : [ 0, 0, 255 ],
|
|
"colors_count" : 10,
|
|
"reverse" : false
|
|
}
|
|
}
|