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