This commit is contained in:
2025-08-05 16:56:20 +02:00
parent 9af0cad99e
commit dae1925223
2 changed files with 2 additions and 2 deletions

View File

@@ -81,7 +81,7 @@
},
{ "type": "PasswordTextBox",
"caption": "Password -> Bei Anwendung mit Pico-Stationen",
"name": "Passwort"
"name": "Password"
},
{
"type": "SelectVariable",

View File

@@ -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