1
0
mirror of https://github.com/EliasKotlyar/Xiaomi-Dafang-Hacks.git synced 2025-09-03 21:22:40 +02:00
This commit is contained in:
Chris Knight
2021-02-11 20:55:24 -08:00
committed by GitHub
parent e5520d0bcd
commit 0b6a19ae4e

View File

@@ -38,7 +38,7 @@ $.get("cgi-bin/state.cgi", {cmd: "hostname"}, function(hostname){document.title
<div class="w3-sidebar w3-bar-block w3-animate-left" style="display:none;z-index:5" id="sideBar">
<button class="w3-bar-item w3-button w3-large w3-theme" onclick="w3_close()">Close &times;</button>
<p class="w3-large">Camera</p>
<label class="switch"><input id="auto_night_mode" type="checkbox"><span class="slider round"></span></label> Auto Night Detecion<br />
<label class="switch"><input id="auto_night_mode" type="checkbox"><span class="slider round"></span></label> Auto Night Detection<br />
<label class="switch"><input id="ir_led" type="checkbox"><span class="slider round"></span></label> IR Led<br />
<label class="switch"><input id="ir_cut" type="checkbox"><span class="slider round"></span></label> IR Filter<br />
<label class="switch"><input id="blue_led" type="checkbox"><span class="slider round"></span></label> Blue LED<br />