mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
ZWave: BASIC_WINDOW_COVERING (Forum #26613)
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@6481 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
3a1c4a1c1d
commit
4c07c937ce
@ -157,7 +157,10 @@ my %zwave_class = (
|
|||||||
THERMOSTAT_SETBACK => { id => '47', },
|
THERMOSTAT_SETBACK => { id => '47', },
|
||||||
DOOR_LOCK_LOGGING => { id => '4c', },
|
DOOR_LOCK_LOGGING => { id => '4c', },
|
||||||
SCHEDULE_ENTRY_LOCK => { id => '4e', },
|
SCHEDULE_ENTRY_LOCK => { id => '4e', },
|
||||||
BASIC_WINDOW_COVERING => { id => '50', },
|
BASIC_WINDOW_COVERING => { id => '50',
|
||||||
|
set => { coveringClose => "0140",
|
||||||
|
coveringOpen => "0100",
|
||||||
|
coveringStop => "02" , }, },
|
||||||
MTP_WINDOW_COVERING => { id => '51', },
|
MTP_WINDOW_COVERING => { id => '51', },
|
||||||
CRC_16_ENCAP => { id => '56', },
|
CRC_16_ENCAP => { id => '56', },
|
||||||
MULTI_CHANNEL => { id => '60', # Version 2, aka MULTI_INSTANCE
|
MULTI_CHANNEL => { id => '60', # Version 2, aka MULTI_INSTANCE
|
||||||
@ -1089,6 +1092,21 @@ s2Hex($)
|
|||||||
wakeupReport:interval seconds target id
|
wakeupReport:interval seconds target id
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
|
||||||
|
<br><br><b>Class BASIC_WINDOW_COVERING</b>
|
||||||
|
<li>coveringClose<br>
|
||||||
|
Starts closing the window cover. Moving stops if blinds are fully colsed or
|
||||||
|
a coveringStop command was issued.
|
||||||
|
</li>
|
||||||
|
<li>coveringOpen<br>
|
||||||
|
Starts opening the window cover. Moving stops if blinds are fully open or
|
||||||
|
a coveringStop command was issued.
|
||||||
|
</li>
|
||||||
|
<li>coveringStop<br>
|
||||||
|
Stop moving the window cover. Blinds are partially open (closed).
|
||||||
|
</li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user