syntax...
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user