int war eigentlich string

This commit is contained in:
2025-05-02 14:48:38 +02:00
parent c6760b1ced
commit 08498c2a75

View File

@@ -333,7 +333,7 @@ class Ladestation_v2 extends IPSModule
// Benutzer eCarUp abfragen
$authToken = GetValue($this->ReadPropertyInteger("Token_ECarUp"));
$ID = $this->ReadPropertyInteger("ID");
$ID = $this->ReadPropertyString("ID");
$apiUrl = 'https://public-api.ecarup.com/v1/station/' . $ID . '/conn'.'ectors/'. $ID . '/active-charging';
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $apiUrl);