mirror of
https://github.com/xoseperez/espurna.git
synced 2026-03-03 23:14:15 +01:00
* migrate to esbuild from terser, since now js source needs bundling * (temporary?) hijack inline-source object handling to inline html files * get rid of legacy removeIf comments in source in favour of explicit removal either through bundling tree-shaking and / or manual module-* class element removal w/ jsdom * get rid of multi-layered custom checkboxes in favour of `appearance: none` directly styling the `input` elem also removes scripting part that was supposed to adjust for=... labels * update to html-minifier-terser, up-to-date html-minifier fork * update to iro.js 5.5.x, using npm to manage dependencies * build script can now update resulting html output (called after bundling stage, before minification)
26 lines
1.1 KiB
HTML
26 lines
1.1 KiB
HTML
<form id="form-lightfox" class="pure-form pure-form-aligned form-settings">
|
|
<div class="panel" id="panel-lightfox">
|
|
|
|
<div class="header">
|
|
<h1>LIGHTFOX RF</h1>
|
|
<h2>
|
|
LightFox RF configuration<br><br>
|
|
This page allows you to control LightFox RF receiver options.<br><br>
|
|
To learn a new code click <strong>LEARN</strong>, wait for 3 seconds then press a button on the remote, one of the relays will toggle. If no device relay toggles the code has not been properly learnt, keep trying!<br><br>
|
|
Delete all the codes by clicking the <strong>CLEAR</strong> button and wait for 10 seconds.<br><br>
|
|
</h2>
|
|
</div>
|
|
|
|
<div class="page">
|
|
<fieldset>
|
|
<legend>RF Actions</legend>
|
|
<div class="pure-button-group">
|
|
<button type="button" class="pure-button pure-input-1 button-lightfox-learn">Learn</button>
|
|
<button type="button" class="pure-button pure-input-1 button-lightfox-clear">Clear</button>
|
|
</div>
|
|
</fieldset>
|
|
</div>
|
|
|
|
</div>
|
|
</form>
|