Skip to content

Commit

Permalink
webui: fix relay and curtain config change detection
Browse files Browse the repository at this point in the history
  • Loading branch information
mcspr committed Oct 3, 2021
1 parent cf0315c commit 444fcec
Show file tree
Hide file tree
Showing 21 changed files with 4,648 additions and 4,648 deletions.
Binary file modified code/espurna/data/index.all.html.gz
Binary file not shown.
Binary file modified code/espurna/data/index.curtain.html.gz
Binary file not shown.
Binary file modified code/espurna/data/index.garland.html.gz
Binary file not shown.
Binary file modified code/espurna/data/index.light.html.gz
Binary file not shown.
Binary file modified code/espurna/data/index.lightfox.html.gz
Binary file not shown.
Binary file modified code/espurna/data/index.rfbridge.html.gz
Binary file not shown.
Binary file modified code/espurna/data/index.rfm69.html.gz
Binary file not shown.
Binary file modified code/espurna/data/index.sensor.html.gz
Binary file not shown.
Binary file modified code/espurna/data/index.small.html.gz
Binary file not shown.
Binary file modified code/espurna/data/index.thermostat.html.gz
Binary file not shown.
1,066 changes: 533 additions & 533 deletions code/espurna/static/index.all.html.gz.h

Large diffs are not rendered by default.

694 changes: 347 additions & 347 deletions code/espurna/static/index.curtain.html.gz.h

Large diffs are not rendered by default.

648 changes: 324 additions & 324 deletions code/espurna/static/index.garland.html.gz.h

Large diffs are not rendered by default.

754 changes: 377 additions & 377 deletions code/espurna/static/index.light.html.gz.h

Large diffs are not rendered by default.

2,638 changes: 1,319 additions & 1,319 deletions code/espurna/static/index.lightfox.html.gz.h

Large diffs are not rendered by default.

710 changes: 355 additions & 355 deletions code/espurna/static/index.rfbridge.html.gz.h

Large diffs are not rendered by default.

694 changes: 347 additions & 347 deletions code/espurna/static/index.rfm69.html.gz.h

Large diffs are not rendered by default.

756 changes: 378 additions & 378 deletions code/espurna/static/index.sensor.html.gz.h

Large diffs are not rendered by default.

636 changes: 318 additions & 318 deletions code/espurna/static/index.small.html.gz.h

Large diffs are not rendered by default.

688 changes: 344 additions & 344 deletions code/espurna/static/index.thermostat.html.gz.h

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions code/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ <h2>Switch / relay configuration</h2>
<div class="pure-u-1 pure-u-lg-1-4"><input name="relayIlkDelay" class="pure-u-1" type="number" min="0"></div>
</div>

<div id="relayConfig"></div>
<div id="relayConfig" class="settings-group"></div>

</fieldset>

Expand Down Expand Up @@ -589,7 +589,7 @@ <h2>Curtain configuration</h2>
<div class="pure-u-1 pure-u-lg-3-4 hint">Define the initial position of the curtain after a reboot or power loss.</div>
</div>

<div id="curtainConfig"></div>
<div id="curtainConfig" class="settings-group"></div>

</fieldset>

Expand Down Expand Up @@ -1438,10 +1438,10 @@ <h2>
<div class="pure-u-1 hint">Set IDX to 0 to disable notifications from that component.</div>
</div>

<div id="dczRelays" class="settings-group" ></div>
<div id="dczRelays" class="settings-group"></div>

<!-- removeIf(!sensor) -->
<div id="dczMagnitudes" class="settings-group" ></div>
<div id="dczMagnitudes" class="settings-group"></div>
<!-- endRemoveIf(!sensor) -->
</fieldset>
</div>
Expand Down Expand Up @@ -1554,10 +1554,10 @@ <h2>
<div class="pure-u-1 hint">Enter the field number to send each data to, 0 disable notifications from that component.</div>
</div>

<div id="tspkRelays" class="settings-group" ></div>
<div id="tspkRelays" class="settings-group"></div>

<!-- removeIf(!sensor) -->
<div id="tspkMagnitudes" class="settings-group" ></div>
<div id="tspkMagnitudes" class="settings-group"></div>
<!-- endRemoveIf(!sensor) -->
</fieldset>
</div>
Expand Down

0 comments on commit 444fcec

Please sign in to comment.