mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 06:39:11 +00:00
76_SolarForecast: V 1.37.4 internal code change
git-svn-id: https://svn.fhem.de/fhem/trunk@29317 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
6d3e3c821f
commit
03b8878aaf
@ -14240,6 +14240,7 @@ sub _flowGraphic {
|
|||||||
my $pdist = 130; # Abstand Producer zueinander
|
my $pdist = 130; # Abstand Producer zueinander
|
||||||
my $hasbat = 1; # initial Batterie vorhanden
|
my $hasbat = 1; # initial Batterie vorhanden
|
||||||
my $stna = $name;
|
my $stna = $name;
|
||||||
|
$stna .= int (rand (1500));
|
||||||
|
|
||||||
my ($lcp, $y_pos, $y_pos1);
|
my ($lcp, $y_pos, $y_pos1);
|
||||||
|
|
||||||
|
@ -14240,6 +14240,7 @@ sub _flowGraphic {
|
|||||||
my $pdist = 130; # Abstand Producer zueinander
|
my $pdist = 130; # Abstand Producer zueinander
|
||||||
my $hasbat = 1; # initial Batterie vorhanden
|
my $hasbat = 1; # initial Batterie vorhanden
|
||||||
my $stna = $name;
|
my $stna = $name;
|
||||||
|
$stna .= int (rand (1500));
|
||||||
|
|
||||||
my ($lcp, $y_pos, $y_pos1);
|
my ($lcp, $y_pos, $y_pos1);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user