mirror of
https://github.com/xoseperez/espurna.git
synced 2026-03-13 03:37:05 +01:00
webui: update blobs
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4607
code/espurna/static/index.all.html.gz.h
generated
4607
code/espurna/static/index.all.html.gz.h
generated
File diff suppressed because it is too large
Load Diff
2884
code/espurna/static/index.curtain.html.gz.h
generated
2884
code/espurna/static/index.curtain.html.gz.h
generated
File diff suppressed because it is too large
Load Diff
2805
code/espurna/static/index.garland.html.gz.h
generated
2805
code/espurna/static/index.garland.html.gz.h
generated
File diff suppressed because it is too large
Load Diff
4003
code/espurna/static/index.light.html.gz.h
generated
4003
code/espurna/static/index.light.html.gz.h
generated
File diff suppressed because it is too large
Load Diff
2013
code/espurna/static/index.lightfox.html.gz.h
generated
2013
code/espurna/static/index.lightfox.html.gz.h
generated
File diff suppressed because it is too large
Load Diff
2076
code/espurna/static/index.rfbridge.html.gz.h
generated
2076
code/espurna/static/index.rfbridge.html.gz.h
generated
File diff suppressed because it is too large
Load Diff
2849
code/espurna/static/index.rfm69.html.gz.h
generated
2849
code/espurna/static/index.rfm69.html.gz.h
generated
File diff suppressed because it is too large
Load Diff
2275
code/espurna/static/index.sensor.html.gz.h
generated
2275
code/espurna/static/index.sensor.html.gz.h
generated
File diff suppressed because it is too large
Load Diff
1981
code/espurna/static/index.small.html.gz.h
generated
1981
code/espurna/static/index.small.html.gz.h
generated
File diff suppressed because it is too large
Load Diff
2849
code/espurna/static/index.thermostat.html.gz.h
generated
2849
code/espurna/static/index.thermostat.html.gz.h
generated
File diff suppressed because it is too large
Load Diff
@@ -676,15 +676,17 @@
|
||||
<label>Use white channel</label>
|
||||
<div><input type="checkbox" name="useWhite" data-action="reload"></div>
|
||||
<span class="pure-form-message">
|
||||
For 2 channels warm white and cold white lights or color lights to use forth dimmable channel as (cold) white light calculated out of the RGB values. This setting will only work when the device has at least 4 dimmable channels. Enabling this will render the Channel #4 slider on the status page unavailable.
|
||||
When device is configured as RGB + WW (warm white), use RGB to balance the "warm white" channel, while the "Cold channel" is still configurable.
|
||||
<br>This option hides <strong>RGB</strong> and <strong>WW</strong> sliders!
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="pure-control-group">
|
||||
<label>Use white color temperature</label>
|
||||
<label>Use color temperature</label>
|
||||
<div><input type="checkbox" name="useCCT" data-action="reload"></div>
|
||||
<span class="pure-form-message">
|
||||
Use a dimmable channel as warm white light and another dimmable channel as cold white light.<br>On devices with two dimmable channels the first use used for warm white light and the second for cold white light.<br>On color lights the fifth use used for warm white light and the fourth for cold white light.<br>Will only work if the device has exactly 2 dimmable channels or at least 5 dimmable channels and "white channel" above is also ON.<br>Enabling this will render useless the "Channel 5" slider in the status page.
|
||||
Balance between "cold" and "warm" when channel configuration has WW (warm white) and CW (cold white) channels available. When RGB is also available, replace its values with an approximation based on the current "Mireds" value.
|
||||
<br>This option hides <strong>all channel sliders</strong>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
@@ -2407,7 +2409,7 @@
|
||||
|
||||
<!-- removeIf(!light) -->
|
||||
<template id="template-channel-control">
|
||||
<div class="pure-control-group light-channel">
|
||||
<div>
|
||||
<label>Channel #</label>
|
||||
<input type="range" min="0" max="255" class="slider pure-input-2-3">
|
||||
<span class="slider"></span>
|
||||
|
||||
Reference in New Issue
Block a user