From d011da36c0a19f6c287274fa703566b919db0435 Mon Sep 17 00:00:00 2001 From: martinp876 <> Date: Fri, 28 Jun 2013 10:08:40 +0000 Subject: [PATCH] pct description git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@3348 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- FHEM/10_CUL_HM.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/FHEM/10_CUL_HM.pm b/FHEM/10_CUL_HM.pm index 07f531f4a..2774a1d6c 100755 --- a/FHEM/10_CUL_HM.pm +++ b/FHEM/10_CUL_HM.pm @@ -4310,7 +4310,8 @@ sub CUL_HM_putHash($) {# provide data for HMinfo
  • on-for-timer <sec> - Dimmer only!
  • on-till <time> - Dimmer only!
  • stop - stop motion (blind) or dim ramp
  • -
  • pct [<ontime>] [<ramptime>] - set actor to a desired level. Optional ontime and ramptime could be given
  • +
  • pct <level> [<ontime>] [<ramptime>] - set actor to a desired absolut level. + Optional ontime and ramptime could be given for dimmer.
  • up [changeValue] [<ontime>] [<ramptime>] dim up one step
  • down [changeValue] [<ontime>] [<ramptime>] dim up one step
    changeValue is optional an gives the level to be changed up or down in percent. Granularity is 0.5%, default is 10%.