fhem.pl: add -silent to the attr command (Forum #57691)
git-svn-id: https://svn.fhem.de/fhem/trunk@24261 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -716,7 +716,7 @@ The following local attributes are used by a wider range of devices:
|
||||
<a name="attr"></a>
|
||||
<h3>attr</h3>
|
||||
<ul>
|
||||
<code>attr [-a] [-r] <devspec> <attrname> [<value>]</code>
|
||||
<code>attr [-a|-r|-silent] <devspec> <attrname> [<value>]</code>
|
||||
<br>
|
||||
|
||||
<br>Set an attribute for a device defined by <a href="#define">define</a>.
|
||||
@@ -734,6 +734,7 @@ The following local attributes are used by a wider range of devices:
|
||||
space will be added automatically to the old value before appending the
|
||||
new.<br>
|
||||
With the -r option one can remove a part of an attribute value.<br>
|
||||
With the -silent option the command is not recorded in the "save -?" list.<br>
|
||||
<br>
|
||||
|
||||
Examples:
|
||||
@@ -1059,8 +1060,8 @@ The following local attributes are used by a wider range of devices:
|
||||
case of a notify type definition, only the regex part will be changed. All
|
||||
other values (state, attributes, etc) will remain intact.
|
||||
After modify, the global event "MODIFIED" will be generated.<br>
|
||||
With the -silent option the command is not recorded in the "save -?" list.
|
||||
<br><br>
|
||||
With the -silent option the command is not recorded in the "save -?" list.<br>
|
||||
<br>
|
||||
Example:
|
||||
<ul>
|
||||
<code>define lampon at 19:00 set lamp on</code><br>
|
||||
|
||||
Reference in New Issue
Block a user