mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 09:16:53 +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:
parent
cfdf834e28
commit
8311acc5fa
@ -1156,7 +1156,11 @@ sub extractForecastData($$) {
|
|||||||
|
|
||||||
my $plantOid = $forecast->{'ForecastTimeframes'}->{'PlantOid'};
|
my $plantOid = $forecast->{'ForecastTimeframes'}->{'PlantOid'};
|
||||||
$hash->{HELPER}{PLANTOID} = $plantOid; # wichtig für erweiterte Selektionen
|
$hash->{HELPER}{PLANTOID} = $plantOid; # wichtig für erweiterte Selektionen
|
||||||
Log3 ($name, 4, "$name - Plant ID set to: ".$hash->{HELPER}{PLANTOID});
|
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);
|
readingsBeginUpdate($hash);
|
||||||
|
@ -41,8 +41,6 @@ our %SMAPortalSPG_vNotesIntern = (
|
|||||||
"1.0.0" => "03.06.2019 initial Version "
|
"1.0.0" => "03.06.2019 initial Version "
|
||||||
);
|
);
|
||||||
|
|
||||||
sub SMAPortalSPG_AsHtml($;$$);
|
|
||||||
|
|
||||||
################################################################
|
################################################################
|
||||||
sub SMAPortalSPG_Initialize($) {
|
sub SMAPortalSPG_Initialize($) {
|
||||||
my ($hash) = @_;
|
my ($hash) = @_;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user