mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
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:
parent
97d43ea3b7
commit
0ab9287572
@ -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¶m=$cmd");
|
IOWrite($hash, ReadingsVal($name,"AIN",0),"setblind&target=$cmd");
|
||||||
return undef;
|
return undef;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user