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