2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-08 01:14:19 +00:00

76_SolarForecast: contrib 0.79.0

git-svn-id: https://svn.fhem.de/fhem/trunk@27567 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
nasseeder1 2023-05-14 08:54:53 +00:00
parent 6716936a67
commit 878e3724a6

View File

@ -10493,8 +10493,7 @@ sub isInLocktime {
$iilt = 1;
$rlt = $clt - ($t - $lot); # remain lock time
}
Log3 ($name, 1, "$name - consumer: $c, time: $t, lastAutoOffTs: $lot, RLT: $rlt");
return ($iilt,$rlt);
}