2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-22 08:11:44 +00:00

ZWave: BASIC_WINDOW_COVERING (Forum #26613)

git-svn-id: https://svn.fhem.de/fhem/trunk@6481 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2014-08-30 07:33:28 +00:00
parent 21dd78d507
commit 3204fc9d9b

View File

@ -157,7 +157,10 @@ my %zwave_class = (
THERMOSTAT_SETBACK => { id => '47', },
DOOR_LOCK_LOGGING => { id => '4c', },
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', },
CRC_16_ENCAP => { id => '56', },
MULTI_CHANNEL => { id => '60', # Version 2, aka MULTI_INSTANCE
@ -1089,6 +1092,21 @@ s2Hex($)
wakeupReport:interval seconds target id
</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>
<br>