diff --git a/Ladestation_Universal/module.php b/Ladestation_Universal/module.php index cc2bcaf..7ece5aa 100644 --- a/Ladestation_Universal/module.php +++ b/Ladestation_Universal/module.php @@ -405,8 +405,13 @@ class Ladestation_Universal extends IPSModule return; } - elseif($this->ReadPropertyInteger("Ladestation")==3){ - $url2 = $baseUrl . $value*1000; + elseif($this->ReadPropertyInteger("Ladestation")==3){ + IPS_LogMessage("value", "value ist " . $value); + + $value2 = $value * 1000; + IPS_LogMessage("value", "value2 ist " . $value2); + + $url2 = $baseUrl . $value2; IPS_LogMessage("Ladestation", "Aufgerufene ip" . $url2); curl_setopt($ch, CURLOPT_URL, $url2); diff --git a/library.json b/library.json index da99b88..a729899 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "0.258", + "version": "0.259", "build": 0, "date": 0