2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-03 04:36:36 +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:
justme-1968 2017-10-03 16:01:27 +00:00
parent 6cebc81d69
commit 47b75c328f
2 changed files with 13 additions and 13 deletions

View File

@ -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,&lt;hue&gt;,&lt;min&gt;,&lt;step&gt;,&lt;max&gt;,&lt;sat&gt,&lt;min&gt;,&lt;step&gt;,&lt;max&gt;,&lt;bri&gt,&lt;min&gt;,&lt;step&gt;,&lt;max&gt;
<li>colorpicker,HSV,&lt;hue&gt;,&lt;min&gt;,&lt;step&gt;,&lt;max&gt;,&lt;sat&gt,&lt;min&gt;,&lt;step&gt;,&lt;max&gt;,&lt;bri&gt,&lt;min&gt;,&lt;step&gt;,&lt;max&gt;
- create an HSV colorpicker that uses &lt;hue&gt;, &lt;sat&gt; and &lt;bri&gt; 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,&lt;min&gt;,&lt;step&gt;,&lt;max&gt; - create a color temperature colorpicker</li>
<li>colorpicker,CT,&lt;min&gt;,&lt;step&gt;,&lt;max&gt; - create a color temperature colorpicker</li>
<li>:colorpicker,BRI,&lt;min&gt;,&lt;step&gt;,&lt;max&gt; - create a brightness colorpicker</li>
<li>colorpicker,BRI,&lt;min&gt;,&lt;step&gt;,&lt;max&gt; - create a brightness colorpicker</li>
<li>:colorpicker,HUE,&lt;min&gt;,&lt;step&gt;,&lt;max&gt; - create a hue colorpicker</li>
<li>colorpicker,HUE,&lt;min&gt;,&lt;step&gt;,&lt;max&gt; - 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

View File

@ -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: