2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 18:59:33 +00:00
git-svn-id: https://svn.fhem.de/fhem/trunk@3807 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
justme-1968 2013-08-27 11:13:45 +00:00
parent 00b65536e8
commit eda990511d

View File

@ -480,7 +480,7 @@ readingsGroup_Get($@)
<li>valueFormat<br>
Specify an sprintf style format string used to display the reading values. Can be given as a string,
a perl expression returninga hash or a perl expression returning a string, e.g.:<br>
<code>attr temperatures valueFormat %.1f &deg;C"</code></li>
<code>attr temperatures valueFormat %.1f &deg;C</code></li>
<code>attr temperatures valueFormat { temperature => "%.1f &deg;C", humidity => "%.1f %" }</code></li>
<code>attr temperatures valueFormat { ($READING eq 'temperature')?"%.1f &deg;C":undef }</code></li>
</ul><br>