From 641e8ba6e0591c1d2ec2e78dd1a362b30acd6072 Mon Sep 17 00:00:00 2001 From: Paulchen-Panther Date: Sun, 17 Jan 2016 18:18:12 +0100 Subject: [PATCH] Create police-lights-single.json Former-commit-id: 1503be1ff3092af365cfb3479e2911e1c3b8dd97 --- effects/police-lights-single.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 effects/police-lights-single.json diff --git a/effects/police-lights-single.json b/effects/police-lights-single.json new file mode 100644 index 0000000..9f17113 --- /dev/null +++ b/effects/police-lights-single.json @@ -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 + } +}