git-svn-id: https://svn.fhem.de/fhem/trunk@3861 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
justme-1968 2013-09-05 13:00:48 +00:00
parent 5478760b00
commit 01bd262a40

View File

@ -472,7 +472,7 @@ readingsGroup_Get($@)
Notes: Notes:
<ul> <ul>
<li>&lt;device&gt; can be of the form INTERNAL=VALUE where INTERNAL is an internal value and VALUE is a regex.</li> <li>&lt;device&gt; can be of the form INTERNAL=VALUE where INTERNAL is the name of an internal value and VALUE is a regex.</li>
<li>If regex starts with a + it will be matched against the internal values of the device instead of the readings.</li> <li>If regex starts with a + it will be matched against the internal values of the device instead of the readings.</li>
<li>For internal values no longpoll update is possible. Refresh the page to update the values.</li> <li>For internal values no longpoll update is possible. Refresh the page to update the values.</li>
</ul><br> </ul><br>