01_FHEMWEB.pm & co: Dump "Probably associated with" in the raw definition (Forum #60599)

git-svn-id: https://svn.fhem.de/fhem/trunk@12772 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2016-12-14 13:04:42 +00:00
parent 90ef703898
commit f074045f91
6 changed files with 63 additions and 33 deletions

View File

@@ -888,7 +888,7 @@ The following local attributes are used by a wider range of devices:
<ul>
<code>list [devspec] [value]</code><br>
or<br>
<code>list -r devspec</code><br>
<code>list {-r|-R} devspec</code><br>
<br><br>
Output a list of all definitions, all notify settings and all at
entries. This is one of the few commands which return a string in a
@@ -950,7 +950,9 @@ The following local attributes are used by a wider range of devices:
[...]
</code></pre>
With the -r (raw) option output the device definition in a format suitable
for inclusion in fhem.cfg and fhem.state.
for inclusion in fhem.cfg and fhem.state. -R returns the definition of the
device itself, together with the definition of probably associated devices.
Note: the algorithm to select associated devices is known to be imperfect.
</ul>
<a name="modify"></a>