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:
hjr
2018-01-13 21:45:57 +00:00
parent 3aa143a2bb
commit 0fbe4c7028

View File

@@ -60,8 +60,8 @@ my %defaults = (
"mode" => "thermostat",
"thermostatThresholdOn" => 0.5,
"thermostatThresholdOff" => 0.5,
"valveThresholdOn" => 35,
"valveThresholdOff" => 40,
"valveThresholdOn" => 40,
"valveThresholdOff" => 35,
);
#####################################