no message

This commit is contained in:
dh
2025-09-19 15:35:34 +02:00
parent 6b5f647c43
commit 9d5c6fde7c
+1 -1
View File
@@ -244,7 +244,7 @@ class Ladestation_v2 extends IPSModule
$power = $this->GetValue("Mindestaldestrom") * 400 * 1.71; $power = $this->GetValue("Mindestaldestrom") * 400 * 1.71;
} }
$this->SetValue("Power", $power) $this->SetValue("Power", $power);
} }