From 992a0358a71fcc7bc9a3645df41193132a716e33 Mon Sep 17 00:00:00 2001 From: justme1968 Date: Sat, 14 Dec 2013 13:03:46 +0000 Subject: [PATCH] docu fixes git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@4381 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/33_readingsGroup.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fhem/FHEM/33_readingsGroup.pm b/fhem/FHEM/33_readingsGroup.pm index ee2cd98f4..727e4ed7a 100644 --- a/fhem/FHEM/33_readingsGroup.pm +++ b/fhem/FHEM/33_readingsGroup.pm @@ -637,8 +637,8 @@ readingsGroup_Get($@)
  • <device> can be of the form <STRING> or <{perl}> where STRING or the string returned by perl is inserted as a line in the readings list. skipped if STRING is undef.
  • If regex is a comma separatet list the reading values will be shown on a single line.
  • -
  • If regex starts with a + it will be matched against the internal values of the device instead of the readings.
  • -
  • If regex starts with a ? it will be matched against the attributes of the device instead of the readings.
  • +
  • If regex starts with a '+' it will be matched against the internal values of the device instead of the readings.
  • +
  • If regex starts with a '?' it will be matched against the attributes of the device instead of the readings.
  • regex can be of the form <STRING> or <{perl}[#readings]> where STRING or the string returned by perl is inserted as the reading. skipped if STRING is undef. if readings is given the perl expression will be reevaluated during longpoll updates.
  • @@ -653,7 +653,7 @@ readingsGroup_Get($@) define batteries readingsGroup .*:battery

    define temperatures readingsGroup s300th.*:temperature
    - define temperatures readingsGroup TYPE=CUL_WS.*:temperature
    + define temperatures readingsGroup TYPE=CUL_WS:temperature

    define culRSSI readingsGroup cul_RSSI=.*:+cul_RSSI