this vergessen...

This commit is contained in:
2024-11-08 10:26:42 +01:00
parent fc9016d633
commit 925ce04e7b
2 changed files with 2 additions and 2 deletions

View File

@@ -146,7 +146,7 @@ class Belevo_Server_Kommunikation extends IPSModule
$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("Wolkenwarscheinlichkeit", $answer[1]);

View File

@@ -6,7 +6,7 @@
"compatibility": {
"version": "7.1"
},
"version": "0.90",
"version": "0.91",
"build": 0,
"date": 0
}