From 1d099588d2b3c4a980805375179bf58586983ef0 Mon Sep 17 00:00:00 2001 From: DanielHaefliger Date: Thu, 5 Feb 2026 17:24:08 +0100 Subject: [PATCH] no message --- Bat_EV_SDL _V2/module.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bat_EV_SDL _V2/module.php b/Bat_EV_SDL _V2/module.php index fab5022..19b1984 100644 --- a/Bat_EV_SDL _V2/module.php +++ b/Bat_EV_SDL _V2/module.php @@ -624,7 +624,7 @@ private function CalculateBatteryDistribution(float $pEvW, float $pSdlW): array foreach ($batteriesRaw as $bat) { print_r($bat); print_r("\N"); - print_r($GetValue($bat->register_bat_power)); + print_r(GetValue($bat->register_bat_power)); print_r("\N"); $totalPower_ist += GetValue($bat->register_bat_power);