no message

This commit is contained in:
belevo\mh
2026-03-10 10:00:40 +01:00
parent 91e4709612
commit a57a76972d

View File

@@ -232,7 +232,7 @@ class Bat_EV_SDL_V2 extends IPSModule
//$real_kWh_ev = $capKWh - ($upKWh + $underKWh);
//$real_kWh_sdl = $upKWh + $underKWh;
$real_kWh_ev = $EV_kWh
$real_kWh_ev = $EV_kWh;
$real_kWh_sdl = $SDL_kWh;
}