mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-07 19:04:20 +00:00
Typos
git-svn-id: https://svn.fhem.de/fhem/trunk@151 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
f766caabdf
commit
6639069718
@ -1548,39 +1548,24 @@ Send buffer:<br/> 2007-10-19 00:31:24 desired-temp 22.5
|
|||||||
<br><br>
|
<br><br>
|
||||||
where <code>value</code> is one of:<br>
|
where <code>value</code> is one of:<br>
|
||||||
<pre>
|
<pre>
|
||||||
dim06%
|
dim06% dim12% dim18% dim25% dim31% dim37% dim43% dim50%
|
||||||
dim12%
|
dim56% dim62% dim68% dim75% dim81% dim87% dim93% dim100%
|
||||||
dim18%
|
dimdown
|
||||||
dim25%
|
dimup
|
||||||
dim31%
|
dimupdown
|
||||||
dim37%
|
off
|
||||||
dim43%
|
off-for-timer
|
||||||
dim50%
|
on # dimmer: set to value before switching it off
|
||||||
dim56%
|
on-for-timer # see the note
|
||||||
dim62%
|
on-old-for-timer # set to previous (before switching it on)
|
||||||
dim68%
|
ramp-on-time # time to reach the desired dim value on dimmers
|
||||||
dim75%
|
ramp-off-time # time to reach the off state on dimmers
|
||||||
dim81%
|
reset
|
||||||
dim87%
|
sendstate
|
||||||
dim93%
|
timer
|
||||||
dim100%
|
toggle # between off and previous dim val
|
||||||
dimdown
|
on-till # Special, see the note
|
||||||
dimup
|
</pre>
|
||||||
dimupdown
|
|
||||||
off
|
|
||||||
off-for-timer
|
|
||||||
on # dimmer: set to value before switching it off
|
|
||||||
on-for-timer # see the note
|
|
||||||
on-old-for-timer # set to previous (before switching it on)
|
|
||||||
ramp-on-time # time to reach the desired dim value on dimmers
|
|
||||||
ramp-off-time # time to reach the off state on dimmers
|
|
||||||
reset
|
|
||||||
sendstate
|
|
||||||
timer
|
|
||||||
toggle # between off and previous dim val
|
|
||||||
on-till # Special, see the note
|
|
||||||
</pre>
|
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
<ul>
|
<ul>
|
||||||
<code>set lamp on</code><br>
|
<code>set lamp on</code><br>
|
||||||
@ -1658,7 +1643,7 @@ Send buffer:<br/> 2007-10-19 00:31:24 desired-temp 22.5
|
|||||||
|
|
||||||
Notes:
|
Notes:
|
||||||
<ul>
|
<ul>
|
||||||
<li>Following events are reported (more or less regularly) from each FHT
|
<li>Following events are reported (more or less regularly) by each FHT
|
||||||
device: <code>measured-temp actuator actuator1...actuator8 warnings</code><br>
|
device: <code>measured-temp actuator actuator1...actuator8 warnings</code><br>
|
||||||
You can use these strings for <a href="#notify">notify</a> or
|
You can use these strings for <a href="#notify">notify</a> or
|
||||||
<a href="#FileLog">FileLog</a> definitions.
|
<a href="#FileLog">FileLog</a> definitions.
|
||||||
@ -1762,7 +1747,7 @@ Send buffer:<br/> 2007-10-19 00:31:24 desired-temp 22.5
|
|||||||
<li><code>lowtemp-offset</code> needs a temperature as argument, valid
|
<li><code>lowtemp-offset</code> needs a temperature as argument, valid
|
||||||
values must be between 1.0 and 5.0 Celsius.<br/> It will trigger a
|
values must be between 1.0 and 5.0 Celsius.<br/> It will trigger a
|
||||||
warning if <code>desired-temp - measured-temp >
|
warning if <code>desired-temp - measured-temp >
|
||||||
lowtemp-offset</code> in a room after 1.5 hours after the last
|
lowtemp-offset</code> in a room for at least 1.5 hours after the last
|
||||||
desired-temp change. <br><br>
|
desired-temp change. <br><br>
|
||||||
|
|
||||||
<li>FHEM optionally has an internal software buffer for FHT devices.
|
<li>FHEM optionally has an internal software buffer for FHT devices.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user