Skip to content

Commit

Permalink
Update packages/modules/vehicles/ovms/api.py
Browse files Browse the repository at this point in the history
Co-authored-by: LKuemmel <[email protected]>
  • Loading branch information
rleidner and LKuemmel authored Oct 10, 2024
1 parent bca08f8 commit 0487792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/modules/vehicles/ovms/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,4 +186,4 @@ def fetch_soc(conf: OVMS, vehicle: int) -> Union[int, float, str]:
a = api()
soc, range, soc_ts = loop.run_until_complete(a._fetch_soc(conf, vehicle))

return soc, range, soc_ts, kms, vehicle12v
return soc, range, soc_ts

0 comments on commit 0487792

Please sign in to comment.