10_FBDECT.pm: fix setblind parameter (Forum #111667)

git-svn-id: https://svn.fhem.de/fhem/trunk@22084 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2020-05-31 10:33:46 +00:00
parent 97d43ea3b7
commit 0ab9287572

View File

@ -143,7 +143,7 @@ FBDECT_SetHttp($@)
if($cmd =~ m/^(open|closed|stop)$/ && if($cmd =~ m/^(open|closed|stop)$/ &&
$p =~ m/HANFUNUnit/ && $unittype eq "BLIND") { $p =~ m/HANFUNUnit/ && $unittype eq "BLIND") {
IOWrite($hash, ReadingsVal($name,"AIN",0),"setblind&param=$cmd"); IOWrite($hash, ReadingsVal($name,"AIN",0),"setblind&target=$cmd");
return undef; return undef;
} }
} }