diff --git a/Ladestation_Universal/module.php b/Ladestation_Universal/module.php index 7726fd8..7f1d724 100644 --- a/Ladestation_Universal/module.php +++ b/Ladestation_Universal/module.php @@ -199,7 +199,7 @@ public function sendPowerToStation($value) { // Base URL $baseUrl = "http://" . $this->ReadPropertyString("IP_Adresse") . "/mqtt?payload="; IPS_LogMessage("Ladestation", "Aufgerufene ip" . $baseUrl); - $value = $this->convertPowerToCurrent($value, GetValue($this->GetIDForIdent("Lademodus"));); + $value = $this->convertPowerToCurrent($value, GetValue($this->GetIDForIdent("Lademodus"))); // Initialize a cURL session $ch = curl_init(); diff --git a/library.json b/library.json index 150b1fa..ea19238 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "0.3", + "version": "0.4", "build": 0, "date": 0 } \ No newline at end of file