From bb3fb00cd1ba29dd063ea5b5c7c9db74a5791851 Mon Sep 17 00:00:00 2001 From: "belevo\\mh" Date: Wed, 16 Oct 2024 07:53:27 +0200 Subject: [PATCH] parameterliste angpasst --- 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 bd0c9c6..917bd54 100644 --- a/Belevo_Server_Kommunikation/module.php +++ b/Belevo_Server_Kommunikation/module.php @@ -11,7 +11,7 @@ class Belevo_Server_Kommunikation extends IPSModule parent::Create(); //Netzbezug $this->RegisterPropertyFloat("E_PNB_5M_0", 0); - $this->RegisterPropertyInteger("Netzbezug", "", "",0); + $this->RegisterPropertyInteger("Netzbezug", 0); /*//Boilerstatus $this->RegisterPropertyInteger("G_BS_5M_0", 0); $this->RegisterVariableInteger("Boilerstatus", 0); diff --git a/library.json b/library.json index ab88e9d..188bba3 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "0.35", + "version": "0.36", "build": 0, "date": 0 } \ No newline at end of file