mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 16:56:54 +00:00
59_HCS: Correct (swapped) default thresholds for valve mode.
git-svn-id: https://svn.fhem.de/fhem/trunk@15879 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
551acd04df
commit
c8aebd81bc
@ -60,8 +60,8 @@ my %defaults = (
|
||||
"mode" => "thermostat",
|
||||
"thermostatThresholdOn" => 0.5,
|
||||
"thermostatThresholdOff" => 0.5,
|
||||
"valveThresholdOn" => 35,
|
||||
"valveThresholdOff" => 40,
|
||||
"valveThresholdOn" => 40,
|
||||
"valveThresholdOff" => 35,
|
||||
);
|
||||
|
||||
#####################################
|
||||
|
Loading…
x
Reference in New Issue
Block a user