...roll-nosundir:hoch schon bei tempO==TEMP_OK
This commit is contained in:
@@ -423,7 +423,7 @@ sub RollCheck()
|
|||||||
my $ForecastHotSun = $sun && $sunDir && $tempOutMaxForecast>=$tempOutForecastLimit;
|
my $ForecastHotSun = $sun && $sunDir && $tempOutMaxForecast>=$tempOutForecastLimit;
|
||||||
my $ForecastHotWarmIn = $sunDir && $tempOutMaxForecast>=$tempOutForecastLimit && $tempI>=TEMP_HIGH;
|
my $ForecastHotWarmIn = $sunDir && $tempOutMaxForecast>=$tempOutForecastLimit && $tempI>=TEMP_HIGH;
|
||||||
my $Cold = $tempO<=TEMP_COLD;
|
my $Cold = $tempO<=TEMP_COLD;
|
||||||
my $NoSunNotHot = !$sunDir && ($tempO<=TEMP_LOW || $tempI<=TEMP_OK);
|
my $NoSunNotHot = !$sunDir && ($tempO<=TEMP_OK || $tempI<=TEMP_OK);
|
||||||
|
|
||||||
if (!$tag) {
|
if (!$tag) {
|
||||||
$run=RollRunter($r, $skipRunter, $ndelay++);
|
$run=RollRunter($r, $skipRunter, $ndelay++);
|
||||||
|
|||||||
Reference in New Issue
Block a user