You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(car-charging): car charging limit logs showed a kWh value labelled as %
car_charging_limit and car_charging_soc are converted from the user's
configured percent into kWh internally, but three debug log lines still
labelled the (by-then kWh) limit value with a "%" suffix - a cosmetic
mislabel, not a functional bug (spotted while investigating #4416).
Now logs the limit as both a percent (recomputed from the kWh value and
battery size, matching how users actually think about a charge target)
and the underlying kWh figure, e.g. "limit 80% (61.6kWh)".
Related to #4416
0 commit comments