76_SolarForecast.pm: contrib 0.64.1

git-svn-id: https://svn.fhem.de/fhem/trunk@26133 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
nasseeder1 2022-06-07 15:46:37 +00:00
parent b77ec5a023
commit a8934da529

View File

@ -3527,7 +3527,7 @@ sub ___switchConsumerOn {
delete $paref->{ps};
$state = qq{switching Consumer "$calias" to "on"};
$state = qq{switching Consumer "$calias" to "$oncom"};
writeDataToFile ($hash, "consumers", $csmcache.$name); # Cache File Consumer schreiben
@ -3578,7 +3578,7 @@ sub ___switchConsumerOff {
delete $paref->{ps};
$state = qq{switching Consumer "$calias" to "off"};
$state = qq{switching Consumer "$calias" to "$offcom"};
writeDataToFile ($hash, "consumers", $csmcache.$name); # Cache File Consumer schreiben