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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user