2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-07 06:48:43 +00:00

30_DUOFERN: bugfix autocreate device FFFFFF

git-svn-id: https://svn.fhem.de/fhem/trunk@9926 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
telekatz 2015-11-18 17:24:51 +00:00
parent 641c298f90
commit 67755a6f5b

View File

@ -569,6 +569,8 @@ DUOFERN_Parse($$)
my $code = substr($msg,30,6);
$code = substr($msg,36,6) if ($msg =~ m/81.{42}/);
return $hash->{NAME} if ($code eq "FFFFFF");
my $def = $modules{DUOFERN}{defptr}{$code};
my $def01;
@ -1229,7 +1231,7 @@ DUOFERN_StatusTimeout($)
<li><b>blindsMode [on|off]</b><br>
Activates the blinds mode.
</li><br>
<li><b>position &lt;value&gt;</b><br>
<li><b>slatPosition &lt;value&gt;</b><br>
Set the slat to a desired absolut level.
</li><br>
<li><b>defaultSlatPos &lt;value&gt;</b><br>