mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 16:56:54 +00:00
fhemweb.js: doku changes
git-svn-id: https://svn.fhem.de/fhem/trunk@15186 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
6cebc81d69
commit
47b75c328f
@ -474,22 +474,22 @@ colorpicker_hsv2rgb(h,s,v) {
|
||||
|
||||
=begin html
|
||||
|
||||
<li>:colorpicker,RGB - create an RGB colorpicker</li>
|
||||
<li>colorpicker,RGB - create an RGB colorpicker</li>
|
||||
|
||||
<li>:colorpicker,HSV - create an HSV colorpicker to set an rgb value</li>
|
||||
<li>colorpicker,HSV - create an HSV colorpicker to set an rgb value</li>
|
||||
|
||||
<li>:colorpicker,HSVp - create an HSV popup colorpicker to set an rgb value</li>
|
||||
<li>colorpicker,HSVp - create an HSV popup colorpicker to set an rgb value</li>
|
||||
|
||||
<li>:colorpicker,HSV,<hue>,<min>,<step>,<max>,<sat>,<min>,<step>,<max>,<bri>,<min>,<step>,<max>
|
||||
<li>colorpicker,HSV,<hue>,<min>,<step>,<max>,<sat>,<min>,<step>,<max>,<bri>,<min>,<step>,<max>
|
||||
- create an HSV colorpicker that uses <hue>, <sat> and <bri> as commands
|
||||
to set the color. can also be used with HSVp to create a popup colorpicker<br>
|
||||
if the device has no combined hsv reading it can be create with the following user reading:<code>attr <device> userReadings hsv {ReadingsVal($name,'hue','0').','.ReadingsVal($name,'sat','100').','.ReadingsVal($name,'bri','100')}</code></li>
|
||||
|
||||
<li>:colorpicker,CT,<min>,<step>,<max> - create a color temperature colorpicker</li>
|
||||
<li>colorpicker,CT,<min>,<step>,<max> - create a color temperature colorpicker</li>
|
||||
|
||||
<li>:colorpicker,BRI,<min>,<step>,<max> - create a brightness colorpicker</li>
|
||||
<li>colorpicker,BRI,<min>,<step>,<max> - create a brightness colorpicker</li>
|
||||
|
||||
<li>:colorpicker,HUE,<min>,<step>,<max> - create a hue colorpicker</li>
|
||||
<li>colorpicker,HUE,<min>,<step>,<max> - create a hue colorpicker</li>
|
||||
please see the fhem wiki <a hef='https://wiki.fhem.de/wiki/Color#Colorpicker'>Color</a> section for example screenshots.<br><br>
|
||||
|
||||
=end html
|
||||
|
@ -600,26 +600,26 @@ FW_uzsuCreate(elName, devName, vArr, currVal, set, params, cmd)
|
||||
|
||||
=begin html
|
||||
|
||||
<li>:uzsuToggle,state1,state2 - dispay a toggle button with two possible
|
||||
<li>uzsuToggle,state1,state2 - dispay a toggle button with two possible
|
||||
states. the first is the active state.</li>
|
||||
|
||||
<li>:uzsuSelect,val1,val2,... - display a button bar with a button per value
|
||||
<li>uzsuSelect,val1,val2,... - display a button bar with a button per value
|
||||
from which multiple values can be selected. the result is comma
|
||||
separated.</li>
|
||||
|
||||
<li>:uzsuSelectRadio,val1,val2,... - display a button bar with a button per
|
||||
<li>uzsuSelectRadio,val1,val2,... - display a button bar with a button per
|
||||
value from which only one value can be selected.</li>
|
||||
|
||||
<li>:uzsuDropDown,val1,val2,... - display a dropdown with all values.</li>
|
||||
<li>uzsuDropDown,val1,val2,... - display a dropdown with all values.</li>
|
||||
|
||||
<li>:uzsuTimerEntry[,modifier2] - combine uzsuSelect, uzsuDropDown and
|
||||
<li>uzsuTimerEntry[,modifier2] - combine uzsuSelect, uzsuDropDown and
|
||||
uzsuToggle into a single line display to select a timer entry. an
|
||||
optional modifier can be given to select the switching value. see
|
||||
examples below. the result is a comma separated list of days followed by
|
||||
a time, an enabled indicator and the switching value all separated by a|.
|
||||
eg: Mo,Di,Sa,So|00:00|enabled|19.5</li>
|
||||
|
||||
<li>:uzsu[,modifier2] - combine multiple uzsuTimerEntry widets to allow the
|
||||
<li>uzsu[,modifier2] - combine multiple uzsuTimerEntry widets to allow the
|
||||
setting of multiple switching times an optional modifier can be given to
|
||||
select the switching value. see examples below. the result is a space
|
||||
separeted list of uzsuTimerEntry results. Examples:
|
||||
|
Loading…
x
Reference in New Issue
Block a user