mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 12:49:34 +00:00
10_EnOcean: subType blindsCtrl.01 (EEP D2-05-00 / EEP D2-05-01) modified
git-svn-id: https://svn.fhem.de/fhem/trunk@21678 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
a1e5faa011
commit
9f7e6aa993
@ -11304,7 +11304,7 @@ sub EnOcean_Parse($$)
|
||||
push @event, "3:state:unknown";
|
||||
push @event, "3:endPosition" . sprintf('%02d', $channel) . ":unknown";
|
||||
push @event, "3:position" . sprintf('%02d', $channel) . ":unknown";
|
||||
push @event, "3:position:" . $db[3];
|
||||
push @event, "3:position:unknown";
|
||||
} else {
|
||||
push @event, "3:state:" . $db[3];
|
||||
push @event, "3:endPosition" . sprintf('%02d', $channel) . ":not_reached";
|
||||
|
Loading…
Reference in New Issue
Block a user