2
0
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:
hjr 2018-01-13 21:45:57 +00:00
parent 551acd04df
commit c8aebd81bc

View File

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