Specify direction and spread rather than angle limits.
[tabakrolletjie.git] / data / stations / station-alpha.json
index 84b391019cf9358633fe5496184fefbe637cadb2..6259351bee9ff8d2ce33c61dc29c7a2da52d49fe 100644 (file)
@@ -30,7 +30,8 @@
       "colour": "red",
       "position": [700, 500],
       "radius_limits": [20, 400],
-      "angle_limits": [90, 180],
+      "direction": 135,
+      "spread": 90,
       "angular_velocity": 5,
       "intensity": 0.8
     },
       "colours": ["red", "yellow", "green"],
       "position": [300, 300],
       "intensity": 0.5
+    },
+    {
+      "type": "pulsatinglamp",
+      "colour": "cyan",
+      "pulse_range": [20, 90],
+      "pulse_velocity": 1,
+      "intensity_range": [0.1, 0.8],
+      "intensity_velocity": 0.01,
+      "position": [250, 450],
+      "intensity": 0.5
     }
   ]
 }