diff options
author | SiemV <114224184+Siempie30@users.noreply.github.com> | 2024-04-10 09:43:43 +0200 |
---|---|---|
committer | SiemV <114224184+Siempie30@users.noreply.github.com> | 2024-04-10 09:43:43 +0200 |
commit | 63a0e6c32437e5f21a13d81dd6f6cc4f27270195 (patch) | |
tree | 83f9cd54fa87443c9cde2137dfb1d21751b4b932 | |
parent | b8aebffe4efad9d65f14dd21f903a9e008257728 (diff) |
Added cctv controls
-rw-r--r-- | ui/index.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ui/index.html b/ui/index.html index 2af3cd2..088985e 100644 --- a/ui/index.html +++ b/ui/index.html @@ -92,6 +92,17 @@ <button value="preset8" onclick="api.msg.send.cctv(this)">Preset 8</button> <button value="preset9" onclick="api.msg.send.cctv(this)">Preset 9</button> </div> + <div> + Controls: <span id="cctvControls">??</span> + </div> + <div class="buttons"> + <button value="panleft" onclick="api.msg.send.cctv(this)">Pan left</button> + <button value="panright" onclick="api.msg.send.cctv(this)">Pan right</button> + <button value="tiltup" onclick="api.msg.send.cctv(this)">Tilt up</button> + <button value="tiltdown" onclick="api.msg.send.cctv(this)">Tilt down</button> + <button value="zoomin" onclick="api.msg.send.cctv(this)">Zoom in</button> + <button value="zoomout" onclick="api.msg.send.cctv(this)">Zoom out</button> + </div> </details> <details> |