Browse Source

lights: update webui

mcspr-patch-1
Maxim Prokhorov 3 years ago
parent
commit
707d0f0ea2
5 changed files with 5270 additions and 5295 deletions
  1. BIN
      code/espurna/data/index.all.html.gz
  2. BIN
      code/espurna/data/index.light.html.gz
  3. +3061
    -3067
      code/espurna/static/index.all.html.gz.h
  4. +2209
    -2215
      code/espurna/static/index.light.html.gz.h
  5. +0
    -13
      code/html/index.html

BIN
code/espurna/data/index.all.html.gz View File


BIN
code/espurna/data/index.light.html.gz View File


+ 3061
- 3067
code/espurna/static/index.all.html.gz.h
File diff suppressed because it is too large
View File


+ 2209
- 2215
code/espurna/static/index.light.html.gz.h
File diff suppressed because it is too large
View File


+ 0
- 13
code/html/index.html View File

@ -679,19 +679,6 @@
<div class="pure-u-1 pure-u-lg-3-4 hint">Use gamma correction for RGB channels.<br />Will only work if "use colorpicker" above is also ON.</div>
</div>
<div class="pure-g">
<label class="pure-u-1 pure-u-lg-1-4">Use CSS style</label>
<div class="pure-u-1 pure-u-lg-1-4"><input type="checkbox" name="useCSS" tabindex="12" /></div>
<div class="pure-u-0 pure-u-lg-1-2"></div>
<div class="pure-u-0 pure-u-lg-1-4"></div>
<div class="pure-u-1 pure-u-lg-3-4 hint">
<div class="module module-ha">
<strong>WARNING! </strong>Incompatible with Home Assistant MQTT integration
</div>
Use CSS style to report colors to MQTT and REST API. <br />Red will be reported as "#FF0000" if ON, otherwise "255,0,0"
</div>
</div>
<div class="pure-g">
<label class="pure-u-1 pure-u-lg-1-4">Channel transitions</label>
<div class="pure-u-1 pure-u-lg-1-4"><input type="checkbox" name="useTransitions" tabindex="13" /></div>


Loading…
Cancel
Save