From 78f80f1fc085c6bdbed4b18713cdba941fb2ea84 Mon Sep 17 00:00:00 2001 From: "belevo\\mh" Date: Wed, 16 Oct 2024 07:51:05 +0200 Subject: [PATCH] Zeiger auf Property zu int gemacht --- 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 ad1e66a..bd0c9c6 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->RegisterPropertyFloat("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 b0a9280..ab88e9d 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "0.34", + "version": "0.35", "build": 0, "date": 0 } \ No newline at end of file