tillsteinbach / WeConnect-python

Python API for the Volkswagen WeConnect Services
MIT License
111 stars 30 forks source link

Remaining Charging Time #101

Closed NikolasRupp closed 1 year ago

NikolasRupp commented 1 year ago

Hi,

in other Methods to access the Info you also get access to ["charging"]["chargingStatus"]["remainingChargingTimeToComplete_min"]. Is it somehow possible to access that here too?

Thanks for your help

tillsteinbach commented 1 year ago

Yes, see here: https://github.com/tillsteinbach/WeConnect-python/blob/cb414ad3adccd821fe457c74523b80e8b6c182e5/weconnect/elements/charging_status.py#L19

NikolasRupp commented 1 year ago

Thank you. I must have overlooked that.