Added functionality to support low level triggers for GPIO types #206

This commit is contained in:
Robert Strouse 2023-12-20 09:18:45 -08:00
parent 0c36c8e746
commit c0621d82ec
9 changed files with 75 additions and 44 deletions

View file

@ -3,11 +3,11 @@
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8">
<link rel="stylesheet" href="main.css?v=2.2.2c" type="text/css" />
<link rel="stylesheet" href="widgets.css?v=2.2.2c" type="text/css" />
<link rel="stylesheet" href="icons.css?v=2.2.2c" type="text/css" />
<link rel="stylesheet" href="main.css?v=2.2.2d" type="text/css" />
<link rel="stylesheet" href="widgets.css?v=2.2.2d" type="text/css" />
<link rel="stylesheet" href="icons.css?v=2.2.2d" type="text/css" />
<link rel="icon" type="image/png" href="favicon.png" />
<script type="text/javascript" src="index.js?v=2.2.2c"></script>
<script type="text/javascript" src="index.js?v=2.2.2d"></script>
</head>
<body>
<div id="divContainer" class="container main" data-auth="false">
@ -415,6 +415,12 @@
</label>
</div>
</div>
<div id="divLLTrigger" style="margin-top:-10px;">
<div class="field-group">
<input id="cbLLTrigger" name="hasLLTrigger" data-bind="gpioLLTrigger" type="checkbox" style="" />
<label for="cbLLTrigger" style="display:block;font-size:1em;margin-top:0px;margin-left:7px;display:inline-block;">Low Level Trigger</label>
</div>
</div>
<div id="divSunSensor" style="margin-top:-10px;">
<div class="field-group">
<input id="cbHasSunsensor" name="hasSunSensor" data-bind="sunSensor" type="checkbox" style="" />