2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 03:06:37 +00:00

76_SMAPortal: contrib 2.4.0

git-svn-id: https://svn.fhem.de/fhem/trunk@19722 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
nasseeder1 2019-06-27 10:54:05 +00:00
parent cfdf834e28
commit 8311acc5fa
2 changed files with 5 additions and 3 deletions

View File

@ -1156,7 +1156,11 @@ sub extractForecastData($$) {
my $plantOid = $forecast->{'ForecastTimeframes'}->{'PlantOid'};
$hash->{HELPER}{PLANTOID} = $plantOid; # wichtig für erweiterte Selektionen
if ($hash->{HELPER}{PLANTOID}) {
Log3 ($name, 4, "$name - Plant ID set to: ".$hash->{HELPER}{PLANTOID});
} else {
Log3 ($name, 4, "$name - Plant ID not set !");
}
readingsBeginUpdate($hash);

View File

@ -41,8 +41,6 @@ our %SMAPortalSPG_vNotesIntern = (
"1.0.0" => "03.06.2019 initial Version "
);
sub SMAPortalSPG_AsHtml($;$$);
################################################################
sub SMAPortalSPG_Initialize($) {
my ($hash) = @_;