mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-01 20:20:10 +00:00
MAX: fix sending boost to wallthermostat (by Jürgen I.)
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@4527 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
c6b9c75f12
commit
8995437810
@ -304,7 +304,7 @@ MAX_Set($@)
|
|||||||
return ($hash->{IODev}{Send})->($hash->{IODev},"SetTemperature",$hash->{addr},$payload, groupId => sprintf("%02x",$groupid), flags => ( $groupid ? "04" : "00" ));
|
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"))
|
}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
|
my $val = join(" ",@args); #decalcification contains a space
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user