mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 06:39:11 +00:00
Added description for attribute "model" in commandref.html
git-svn-id: https://svn.fhem.de/fhem/trunk@7 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
74ad27fbd4
commit
993886717f
@ -300,3 +300,4 @@
|
||||
- feature: new 50_WS300.pm from Martin (bugfix + rain statistics, 26.02)
|
||||
- feature: renamed fhz1000 to fhem
|
||||
- feature: added HISTORY and README.DEV
|
||||
- doc: Added description of attribute "model".
|
||||
|
@ -1,2 +1,5 @@
|
||||
- Rudi, Thu Feb 1 13:27:15 MET 2007
|
||||
Created the file HISTORY and the file README.DEV
|
||||
|
||||
- Pest, Thu Feb 1 20:45 MET 2007
|
||||
Added description for attribute "model" in commandref.html
|
||||
|
@ -14,7 +14,7 @@ If you wish to contribute to the project, then
|
||||
% cvs update
|
||||
- make your changes
|
||||
- test if it is working (Really !!!)
|
||||
- make an entry in the CHANGES file, giving your changes a "title".
|
||||
- make an entry in the CHANGED file, giving your changes a "title".
|
||||
- describe your changes in the file HISTORY, and dont forget to mention your
|
||||
name and the date of change
|
||||
- it makes sense to do a "cvs diff" before checking in the stuff with
|
||||
|
@ -214,6 +214,20 @@ split in multiple lines<br><br>
|
||||
seconds, fractions are allowed. It affects installations with more then
|
||||
one FHZ device or repeater, see the entry above.
|
||||
</li>
|
||||
<li>model<br>
|
||||
The model attribute denotes the model type of the device.
|
||||
The attributes will (currently) not be used by the fhem.pl directly.
|
||||
It can be used by e.g. external programs or web interfaces to
|
||||
distinguish classes of devices and send the appropriate commands
|
||||
(e.g. "on" or "off" to a fs20st, "dim..%" to fs20du etc.).
|
||||
The spelling of the model names are as quoted on the printed
|
||||
documentation which comes which each device. This name is used
|
||||
without blanks in all lower-case letters. Valid characters should be
|
||||
<code>a-z 0-9</code> and <code>-</code> (dash),
|
||||
other characters should be ommited
|
||||
(<code>fht80b, fs20du, fs20led, fs20piri, fs20s20, fs20s4a,
|
||||
fs20st fs20ts, hms100mg, rm100-2uni-s,</code> etc.).
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
Examples:
|
||||
@ -221,6 +235,7 @@ split in multiple lines<br><br>
|
||||
<code>attr lamp room kitchen</code><br>
|
||||
<code>attr lamp dummy</code><br>
|
||||
<code>attr lamp loglevel 6</code><br>
|
||||
<code>attr lamp model fs20du</code><br>
|
||||
<code>del attr lamp</code><br>
|
||||
<code>at *23:00:10 set lamp off</code><br>
|
||||
<code>attr at lamp.off skip_next</code><br>
|
||||
|
Loading…
Reference in New Issue
Block a user