From 58687b48f7c0cfcb251511580e58ee3ff3993dc0 Mon Sep 17 00:00:00 2001 From: mgehre <> Date: Thu, 2 Jan 2014 11:34:05 +0000 Subject: [PATCH] =?UTF-8?q?MAX:=20fix=20sending=20boost=20to=20wallthermos?= =?UTF-8?q?tat=20(by=20J=C3=BCrgen=20I.)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.fhem.de/fhem/trunk@4527 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/10_MAX.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fhem/FHEM/10_MAX.pm b/fhem/FHEM/10_MAX.pm index 293c75601..b62255c04 100755 --- a/fhem/FHEM/10_MAX.pm +++ b/fhem/FHEM/10_MAX.pm @@ -304,7 +304,7 @@ MAX_Set($@) return ($hash->{IODev}{Send})->($hash->{IODev},"SetTemperature",$hash->{addr},$payload, groupId => sprintf("%02x",$groupid), flags => ( $groupid ? "04" : "00" )); }elsif(grep (/^\Q$setting\E$/, ("boostDuration", "boostValveposition", "decalcification","maxValveSetting","valveOffset")) - and $hash->{type} =~ /HeatingThermostat.*/){ + and $hash->{type} =~ /.*Thermostat.*/){ my $val = join(" ",@args); #decalcification contains a space