From 9af0cad99e228f7ee97f37d1a5bfb5c32f520262 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=A4fliger?= Date: Tue, 5 Aug 2025 16:52:21 +0200 Subject: [PATCH] no message --- Ladestation_v2/module.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ladestation_v2/module.php b/Ladestation_v2/module.php index 7e77efc..a5887cb 100644 --- a/Ladestation_v2/module.php +++ b/Ladestation_v2/module.php @@ -812,7 +812,7 @@ class Ladestation_v2 extends IPSModule $payload = json_encode([ 'userName' => $this->ReadPropertyString("Username"), - 'password' => $this->ReadPropertyString("Password"), + 'password' => $this->ReadPropertyString("Password") ]); // cURL-Handle initialisieren