From 3bd06014cf92425f073661ab52c51bbf2c911ba7 Mon Sep 17 00:00:00 2001 From: justme-1968 Date: Tue, 27 Aug 2013 20:13:16 +0000 Subject: [PATCH] docu fix git-svn-id: https://svn.fhem.de/fhem/trunk@3813 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/33_readingsGroup.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fhem/FHEM/33_readingsGroup.pm b/fhem/FHEM/33_readingsGroup.pm index 58f777fe5..4b872cf3f 100644 --- a/fhem/FHEM/33_readingsGroup.pm +++ b/fhem/FHEM/33_readingsGroup.pm @@ -490,7 +490,7 @@ readingsGroup_Get($@) Can be a simple string or a perl expression enclosed in {} that returns a hash that maps reading names to the displayed name. The keys can be either the name of the reading or <device>.<reading>. %DEVICE, %ALIAS and %READING are replaced by the device name, device alias and reading name respectively, e.g:
- attr temperatures mapping %DEVICE-%READING + attr temperatures mapping %DEVICE-%READING
attr temperatures mapping {temperature => "%DEVICE Temperatur"}
  • separator