mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-01 01:09:47 +00:00
10_ZWave.pm: HAIL parse by krikan (Forum #36809)
git-svn-id: https://svn.fhem.de/fhem/trunk@8510 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
4f279bd29d
commit
09db7995c8
@ -252,7 +252,8 @@ my %zwave_class = (
|
||||
set => { clock => 'ZWave_clockSet()' },
|
||||
parse => { "028105" => "clock:get",
|
||||
"048106(..)(..)"=> 'ZWave_clockParse($1,$2)' }},
|
||||
HAIL => { id => '82', },
|
||||
HAIL => { id => '82',
|
||||
parse => { "028201" => "hail:01"}},
|
||||
WAKE_UP => { id => '84',
|
||||
set => { wakeupInterval => "04%06x%02x",
|
||||
wakeupNoMoreInformation => "08", },
|
||||
@ -2015,6 +2016,9 @@ s2Hex($)
|
||||
<li>config_X:Y<br>
|
||||
Note: if the model is set (see MANUFACTURER_SPECIFIC get), then more
|
||||
specific config messages are available.</li>
|
||||
|
||||
<br><br><b>Class HAIL</b>
|
||||
<li>hail:01<br></li>
|
||||
|
||||
<br><br><b>Class HRV_STATUS</b>
|
||||
<li>outdoorTemperature: %0.1f C</li>
|
||||
|
Loading…
Reference in New Issue
Block a user