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