logs entfehrnt

This commit is contained in:
2025-01-06 14:31:50 +01:00
parent 685a8637c3
commit fe8a60e831
2 changed files with 1 additions and 3 deletions

View File

@@ -71,7 +71,6 @@ class Ladestation_Universal extends IPSModule
public function SetAktuelle_Leistung(int $power) public function SetAktuelle_Leistung(int $power)
{ {
IPS_LogMessage("leistung", "die in setleistung reinkommt" . $value);
$internalPower = GetValue($this->GetIDForIdent("Aktuelle_Leistung")); $internalPower = GetValue($this->GetIDForIdent("Aktuelle_Leistung"));
// Aktuelle Leistungsvorgabe setzen // Aktuelle Leistungsvorgabe setzen
@@ -141,7 +140,6 @@ class Ladestation_Universal extends IPSModule
$power / 400 / sqrt(3) $power / 400 / sqrt(3)
); );
} }
IPS_LogMessage("power", "power bei sendpower" . $power);
$this->sendPowerToStation($power); $this->sendPowerToStation($power);
} }

View File

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