mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 03:06:37 +00:00
10_EnOcean: commandref corrected
git-svn-id: https://svn.fhem.de/fhem/trunk@11857 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
41e1324d15
commit
e372b90239
@ -12437,7 +12437,6 @@ sub EnOcean_Notify(@)
|
||||
my $name = $hash->{NAME};
|
||||
my $devName = $dev->{NAME};
|
||||
return undef if (AttrVal($name ,"disable", 0) > 0);
|
||||
#return undef if ($devName eq $name);
|
||||
|
||||
my $max = int(@{$dev->{CHANGED}});
|
||||
for (my $i = 0; $i < $max; $i++) {
|
||||
@ -17947,7 +17946,7 @@ EnOcean_Delete($$)
|
||||
[serviceOn] = no is default.<br>
|
||||
Device in Service Mode.
|
||||
</li>
|
||||
<li><a name="sensorMode">switchMode</a> switch|pushbutton,
|
||||
<li><a name="sensorMode">sensorMode</a> switch|pushbutton,
|
||||
[sensorMode] = switch is default.<br>
|
||||
The status "released" will be shown in the reading state if the
|
||||
attribute is set to "pushbutton".
|
||||
|
Loading…
x
Reference in New Issue
Block a user