From b9de59dcbbf7a900ce518ec40517ecab44424aee Mon Sep 17 00:00:00 2001 From: justme1968 Date: Tue, 3 Oct 2017 16:01:27 +0000 Subject: [PATCH] fhemweb.js: doku changes git-svn-id: https://svn.fhem.de/fhem/trunk@15186 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/www/pgm2/fhemweb_colorpicker.js | 14 +++++++------- fhem/www/pgm2/fhemweb_uzsu.js | 12 ++++++------ 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/fhem/www/pgm2/fhemweb_colorpicker.js b/fhem/www/pgm2/fhemweb_colorpicker.js index 6cc096bba..63442fdf0 100644 --- a/fhem/www/pgm2/fhemweb_colorpicker.js +++ b/fhem/www/pgm2/fhemweb_colorpicker.js @@ -474,22 +474,22 @@ colorpicker_hsv2rgb(h,s,v) { =begin html -
  • :colorpicker,RGB - create an RGB colorpicker
  • +
  • colorpicker,RGB - create an RGB colorpicker
  • -
  • :colorpicker,HSV - create an HSV colorpicker to set an rgb value
  • +
  • colorpicker,HSV - create an HSV colorpicker to set an rgb value
  • -
  • :colorpicker,HSVp - create an HSV popup colorpicker to set an rgb value
  • +
  • colorpicker,HSVp - create an HSV popup colorpicker to set an rgb value
  • -
  • :colorpicker,HSV,<hue>,<min>,<step>,<max>,<sat>,<min>,<step>,<max>,<bri>,<min>,<step>,<max> +
  • 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
    if the device has no combined hsv reading it can be create with the following user reading:attr userReadings hsv {ReadingsVal($name,'hue','0').','.ReadingsVal($name,'sat','100').','.ReadingsVal($name,'bri','100')}
  • -
  • :colorpicker,CT,<min>,<step>,<max> - create a color temperature colorpicker
  • +
  • colorpicker,CT,<min>,<step>,<max> - create a color temperature colorpicker
  • -
  • :colorpicker,BRI,<min>,<step>,<max> - create a brightness colorpicker
  • +
  • colorpicker,BRI,<min>,<step>,<max> - create a brightness colorpicker
  • -
  • :colorpicker,HUE,<min>,<step>,<max> - create a hue colorpicker
  • +
  • colorpicker,HUE,<min>,<step>,<max> - create a hue colorpicker
  • please see the fhem wiki Color section for example screenshots.

    =end html diff --git a/fhem/www/pgm2/fhemweb_uzsu.js b/fhem/www/pgm2/fhemweb_uzsu.js index e1bfc75ce..f060c2b21 100644 --- a/fhem/www/pgm2/fhemweb_uzsu.js +++ b/fhem/www/pgm2/fhemweb_uzsu.js @@ -600,26 +600,26 @@ FW_uzsuCreate(elName, devName, vArr, currVal, set, params, cmd) =begin html -
  • :uzsuToggle,state1,state2 - dispay a toggle button with two possible +
  • uzsuToggle,state1,state2 - dispay a toggle button with two possible states. the first is the active state.
  • -
  • :uzsuSelect,val1,val2,... - display a button bar with a button per value +
  • uzsuSelect,val1,val2,... - display a button bar with a button per value from which multiple values can be selected. the result is comma separated.
  • -
  • :uzsuSelectRadio,val1,val2,... - display a button bar with a button per +
  • uzsuSelectRadio,val1,val2,... - display a button bar with a button per value from which only one value can be selected.
  • -
  • :uzsuDropDown,val1,val2,... - display a dropdown with all values.
  • +
  • uzsuDropDown,val1,val2,... - display a dropdown with all values.
  • -
  • :uzsuTimerEntry[,modifier2] - combine uzsuSelect, uzsuDropDown and +
  • 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
  • -
  • :uzsu[,modifier2] - combine multiple uzsuTimerEntry widets to allow the +
  • 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: