From 925ce04e7b9e289157b920da7e34edeaab7ca210 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=A4fliger?= Date: Fri, 8 Nov 2024 10:26:42 +0100 Subject: [PATCH] this vergessen... --- Belevo_Server_Kommunikation/module.php | 2 +- library.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Belevo_Server_Kommunikation/module.php b/Belevo_Server_Kommunikation/module.php index a78b67c..d25a78d 100644 --- a/Belevo_Server_Kommunikation/module.php +++ b/Belevo_Server_Kommunikation/module.php @@ -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]); diff --git a/library.json b/library.json index c2a8298..a448b80 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "0.90", + "version": "0.91", "build": 0, "date": 0 } \ No newline at end of file