syntax...

This commit is contained in:
2024-07-17 14:37:37 +02:00
parent 257aef2eab
commit 63aeb1c8d7
2 changed files with 2 additions and 2 deletions

View File

@@ -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();

View File

@@ -6,7 +6,7 @@
"compatibility": {
"version": "7.1"
},
"version": "0.3",
"version": "0.4",
"build": 0,
"date": 0
}