diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-04-10 10:06:29 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-04-10 10:06:29 +0200 |
commit | ba90d1b85dd1bbe0323258437657663dc3e028d4 (patch) | |
tree | 4bcc647947c140d33f8daa8c95cf509f80e3675a | |
parent | a9b2bf1d54ccbd3db8d3b3ce585653072ab991cd (diff) |
add example cctv command
-rw-r--r-- | ui/websocket_output.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/websocket_output.json b/ui/websocket_output.json index fffe68b..826be17 100644 --- a/ui/websocket_output.json +++ b/ui/websocket_output.json @@ -18,3 +18,4 @@ { "type": "connected" } { "type": "lfvReady","ready": true } { "type": "start" } +{ "type": "cctv", "preset": "preset1" } |