2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-01 01:09:47 +00:00

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

git-svn-id: https://svn.fhem.de/fhem/trunk@4527 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
mgehre 2014-01-02 11:34:05 +00:00
parent 708ae2e9e2
commit 58687b48f7

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