MAX: fix sending boost to wallthermostat (by Jürgen I.)

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@4527 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
mgehre
2014-01-02 11:34:05 +00:00
parent 49a1a461c9
commit 0e8d16aa25

View File

@@ -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