adf
This commit is contained in:
@@ -81,7 +81,7 @@
|
|||||||
},
|
},
|
||||||
{ "type": "PasswordTextBox",
|
{ "type": "PasswordTextBox",
|
||||||
"caption": "Password -> Bei Anwendung mit Pico-Stationen",
|
"caption": "Password -> Bei Anwendung mit Pico-Stationen",
|
||||||
"name": "Passwort"
|
"name": "Password"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "SelectVariable",
|
"type": "SelectVariable",
|
||||||
|
|||||||
@@ -812,7 +812,7 @@ class Ladestation_v2 extends IPSModule
|
|||||||
|
|
||||||
$payload = json_encode([
|
$payload = json_encode([
|
||||||
'userName' => $this->ReadPropertyString("Username"),
|
'userName' => $this->ReadPropertyString("Username"),
|
||||||
'password' => $this->ReadPropertyString("Password")
|
'password' => $this->ReadPropertyString("Password"),
|
||||||
]);
|
]);
|
||||||
|
|
||||||
// cURL-Handle initialisieren
|
// cURL-Handle initialisieren
|
||||||
|
|||||||
Reference in New Issue
Block a user