mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-01 20:20:10 +00:00
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:
parent
b77ec5a023
commit
a8934da529
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user