aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2024-04-10 10:25:44 +0200
committerlonkaars <loek@pipeframe.xyz>2024-04-10 10:25:44 +0200
commitfe9ff20d6e525ea58fe18f87d5ff8b63c104699c (patch)
treef2223f773a253a9a96160d09d1b830c7f83d249a
parentba90d1b85dd1bbe0323258437657663dc3e028d4 (diff)
update cctv control command spec
-rw-r--r--ui/websocket_output.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/ui/websocket_output.json b/ui/websocket_output.json
index 826be17..96c5588 100644
--- a/ui/websocket_output.json
+++ b/ui/websocket_output.json
@@ -1,7 +1,5 @@
{ "type": "photocell", "on": true }
{ "type": "photocell", "on": false }
-{ "type": "barrier", "on": false }
-{ "type": "barrier", "on": true }
{ "type": "barrier", "open": true }
{ "type": "barrier", "open": false }
{ "type": "matrix", "state": "construction" }
@@ -18,4 +16,6 @@
{ "type": "connected" }
{ "type": "lfvReady","ready": true }
{ "type": "start" }
-{ "type": "cctv", "preset": "preset1" }
+{ "type": "cctvPreset", "preset": "preset1" }
+{ "type": "cctvControl", "pan": 0, "tilt": -90, "zoom": 10 }
+{ "type": "cctvControl", "pan": 360, "tilt": 90, "zoom": 45 }