adf
This commit is contained in:
@@ -81,7 +81,7 @@
|
||||
},
|
||||
{ "type": "PasswordTextBox",
|
||||
"caption": "Password -> Bei Anwendung mit Pico-Stationen",
|
||||
"name": "Passwort"
|
||||
"name": "Password"
|
||||
},
|
||||
{
|
||||
"type": "SelectVariable",
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user