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:
parent
641c298f90
commit
67755a6f5b
@ -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 <value></b><br>
|
||||
<li><b>slatPosition <value></b><br>
|
||||
Set the slat to a desired absolut level.
|
||||
</li><br>
|
||||
<li><b>defaultSlatPos <value></b><br>
|
||||
|
Loading…
x
Reference in New Issue
Block a user