From dae1925223f0d72ce2e4d5e3b78460a42af708a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=A4fliger?= Date: Tue, 5 Aug 2025 16:56:20 +0200 Subject: [PATCH] adf --- Ladestation_v2/form.json | 2 +- Ladestation_v2/module.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Ladestation_v2/form.json b/Ladestation_v2/form.json index b1060f6..3d4085d 100644 --- a/Ladestation_v2/form.json +++ b/Ladestation_v2/form.json @@ -81,7 +81,7 @@ }, { "type": "PasswordTextBox", "caption": "Password -> Bei Anwendung mit Pico-Stationen", - "name": "Passwort" + "name": "Password" }, { "type": "SelectVariable", diff --git a/Ladestation_v2/module.php b/Ladestation_v2/module.php index a5887cb..7e77efc 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