no message

This commit is contained in:
2026-05-26 14:30:01 +02:00
parent 2f730a722a
commit 0d2cf0cc8a
+3 -3
View File
@@ -175,7 +175,7 @@ class MQTTBatterySDL extends IPSModule
if ((int)$soc == $targetSoC) {
RequestAction($reqActionID, 0);
SetValue($reqActionID, 0);
return;
}
@@ -186,7 +186,7 @@ class MQTTBatterySDL extends IPSModule
if ($soc < $targetSoC) {
RequestAction(
SetValue(
$reqActionID,
abs($chargePower)
);
@@ -200,7 +200,7 @@ class MQTTBatterySDL extends IPSModule
if ($soc > $targetSoC) {
RequestAction(
SetValue(
$reqActionID,
abs($dischargePower) * -1
);