amx geht scheinbar doch nicht, daher muss jetzt amp dran glauben...

This commit is contained in:
2024-12-18 14:36:10 +01:00
parent 5a2e228a88
commit 243f5a0537
2 changed files with 2 additions and 2 deletions

View File

@@ -302,7 +302,7 @@ class Ladestation_Universal extends IPSModule
if($this->ReadPropertyInteger("Ladestation")==2){
$url2 = $baseUrl . "amp=$value";
}elseif($this->ReadPropertyInteger("Ladestation")==1){
$url2 = $baseUrl . "amx=$value";
$url2 = $baseUrl . "amp=$value";
}
curl_setopt($ch, CURLOPT_URL, $url2);