Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/modules/common/configurable_vehicle.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def _get_carstate_by_source(self, vehicle_update_data: VehicleUpdateData, source
if self.calculated_soc_state.manual_soc is not None:
soc = self.calculated_soc_state.manual_soc
else:
self.calculated_soc_state.soc_start
soc = self.calculated_soc_state.soc_start
self.calculated_soc_state.manual_soc = None
return CarState(soc)

Expand Down