From 7e7b6cda1e963a0966349d8f92d4e162c47fe444 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=A4fliger?= Date: Mon, 16 Jun 2025 08:23:25 +0200 Subject: [PATCH] ? --- Ladestation_v2/module.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Ladestation_v2/module.php b/Ladestation_v2/module.php index a39b19b..65c8c13 100644 --- a/Ladestation_v2/module.php +++ b/Ladestation_v2/module.php @@ -10,10 +10,10 @@ class Ladestation_v2 extends IPSModule // Ladestationspezifische Properties $this->RegisterPropertyString("IP_Adresse", "0.0.0.0"); $this->RegisterPropertyInteger("Ladestation", 2); - $this->RegisterPropertyString("ID", ""); - $this->RegisterPropertyString("Seriennummer", ""); - $this->RegisterPropertyString("Username", ""); - $this->RegisterPropertyString("Password", ""); + $this->RegisterPropertyString("ID", "ID"); + $this->RegisterPropertyString("Seriennummer", "Sn"); + $this->RegisterPropertyString("Username", "Un"); + $this->RegisterPropertyString("Password", "PW"); $this->RegisterPropertyInteger("Interval", 5); // Recheninterval $this->RegisterPropertyInteger("Max_Current_abs", 32); // Recheninterval $this->RegisterPropertyInteger("Zeit_Zwischen_Zustandswechseln", 1);