this vergessen...
This commit is contained in:
@@ -146,7 +146,7 @@ class Belevo_Server_Kommunikation extends IPSModule
|
|||||||
|
|
||||||
$anlagenummer = $this->ReadPropertyString("Anlagenummer");
|
$anlagenummer = $this->ReadPropertyString("Anlagenummer");
|
||||||
|
|
||||||
$answer = getWetter($anlagenummer, $this->ReadPropertyString("Gerätenummer"), $this->ReadPropertyString("Ortschaft"));
|
$answer = $this->getWetter($anlagenummer, $this->ReadPropertyString("Gerätenummer"), $this->ReadPropertyString("Ortschaft"));
|
||||||
|
|
||||||
$this->SetValue("Temperatur", $answer[0]);
|
$this->SetValue("Temperatur", $answer[0]);
|
||||||
$this->SetValue("Wolkenwarscheinlichkeit", $answer[1]);
|
$this->SetValue("Wolkenwarscheinlichkeit", $answer[1]);
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
"compatibility": {
|
"compatibility": {
|
||||||
"version": "7.1"
|
"version": "7.1"
|
||||||
},
|
},
|
||||||
"version": "0.90",
|
"version": "0.91",
|
||||||
"build": 0,
|
"build": 0,
|
||||||
"date": 0
|
"date": 0
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user