From 5713425352e47236ea319e594ab6b7675ea402ea Mon Sep 17 00:00:00 2001 From: fhemzap <> Date: Sun, 14 Feb 2016 13:28:56 +0000 Subject: [PATCH] HMCCU: moved to FHEM directory git-svn-id: https://svn.fhem.de/fhem/trunk@10844 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/contrib/HMCCU/FHEM/88_HMCCU.pm | 62 ++++++++++++++++++++++++++++- 1 file changed, 60 insertions(+), 2 deletions(-) diff --git a/fhem/contrib/HMCCU/FHEM/88_HMCCU.pm b/fhem/contrib/HMCCU/FHEM/88_HMCCU.pm index 522a60845..a158a8ec0 100644 --- a/fhem/contrib/HMCCU/FHEM/88_HMCCU.pm +++ b/fhem/contrib/HMCCU/FHEM/88_HMCCU.pm @@ -2364,6 +2364,7 @@ sub HMCCU_Dewpoint ($$$$) 1; + =pod =begin html @@ -2471,9 +2472,9 @@ sub HMCCU_Dewpoint ($$$$)
  • get <name> parfile [<parfile>]
    Get values of all channels / datapoints specified in <parfile>. <parfile> can also be defined as an attribute. The file must contain one channel / datapoint definition per line. - Datapoints are optional (for syntax see command get channel). After the channel definition + Datapoints are optional (for syntax see command 'get channel'). After the channel definition a list of string substitution rules for datapoint values can be specified (like attribute - substitute).
    + 'substitute').
    The syntax of Parfile entries is:

    {[<interface>.]<channel-address>[.<datapoint-expr>]|<channel-name>[.<datapoint-expr>]} <regexp>:<subsstr>[,...] @@ -2488,6 +2489,63 @@ sub HMCCU_Dewpoint ($$$$)

  • + + + Attributes
    +
    + =end html