2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 18:59:33 +00:00

10_FBDECT.pm: boost fix from amenomade (Forum #112284)

git-svn-id: https://svn.fhem.de/fhem/trunk@22327 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2020-07-02 08:57:19 +00:00
parent 37ea4b261f
commit b89d209cbc

View File

@ -103,6 +103,7 @@ FBDECT_SetHttp($@)
if($p =~ m/actuator/) {
$cmd{"desired-temp"} = "slider,7.5,0.5,28.5,1";
$cmd{open} = $cmd{closed} = "noArg";
$cmd{windowopen} = $cmd{boost} = "textField";
}
if($p =~ m/dimmer/) {
$cmd{"dim"} = "slider,0,1,100,1";