ardevd / jlrpy

Python library for interacting with the JLR Remote Car API
MIT License
85 stars 28 forks source link

fix disable_transport_mode not working #115

Closed msp1974 closed 5 months ago

msp1974 commented 5 months ago

@ardevd - it seems that disable_transport_mode is no longer working with the expiry datetime set to None and needs current epoch time akin to service mode. This PR updates to do that.

KR Mark

ardevd commented 5 months ago

Thanks for the fix! Nice catch!