Create police-lights-single.json

Former-commit-id: 1503be1ff3
This commit is contained in:
Paulchen-Panther 2016-01-17 18:18:12 +01:00
parent 2a1673d8c3
commit 641e8ba6e0
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
{
"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
}
}