mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 12:49:34 +00:00
FSM61 by gaggi
git-svn-id: https://svn.fhem.de/fhem/trunk@1870 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
24e33dfc10
commit
9a98c839b9
@ -74,6 +74,7 @@ my @EnO_models = qw (
|
|||||||
PM101
|
PM101
|
||||||
FTF55
|
FTF55
|
||||||
FSB61
|
FSB61
|
||||||
|
FSM61
|
||||||
);
|
);
|
||||||
|
|
||||||
sub
|
sub
|
||||||
@ -298,7 +299,9 @@ EnOcean_Parse($$)
|
|||||||
# the "real" state immediately.
|
# the "real" state immediately.
|
||||||
# In the case of an ElTako FSB61 the state should remain released (by Thomas)
|
# In the case of an ElTako FSB61 the state should remain released (by Thomas)
|
||||||
my $event = "state";
|
my $event = "state";
|
||||||
$event = "buttons" if($msg =~ m/released$/ && $model ne "FSB61");
|
$event = "buttons" if($msg =~ m/released$/ &&
|
||||||
|
$model ne "FSB61" &&
|
||||||
|
$model ne "FSM61");
|
||||||
|
|
||||||
push @event, "3:$event:$msg";
|
push @event, "3:$event:$msg";
|
||||||
|
|
||||||
|
@ -3951,7 +3951,7 @@ A line ending with \ will be concatenated with the next one, so long lines
|
|||||||
<li>buttons:<BtnX> released<br>
|
<li>buttons:<BtnX> released<br>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<li>FSB61 (set model to FSB61 manually)<br>
|
<li>FSB61/FSM61 (set model to FSB61 or FSM61 manually)<br>
|
||||||
<ul>
|
<ul>
|
||||||
<li>released<br>
|
<li>released<br>
|
||||||
The status of the device my become "released", this is not the case
|
The status of the device my become "released", this is not the case
|
||||||
|
Loading…
Reference in New Issue
Block a user