ardevd / jlrpy

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

Lock/Unlock fix #112

Closed msp1974 closed 9 months ago

msp1974 commented 9 months ago

Hey @ardevd ,

From my HA integraion using this great api, I have had some recnt complaints that the lock/unlock service no longer works. This PR fixes it by updating the content-type to v3.

Also, a minor hand over form the bigger refactor update last time, where I accidentally left some print statements in that I was using for debugging.

If you could merge this in and publish a release to PYPI that would be much appreciated.

Regards Mark

ardevd commented 9 months ago

Thank you very much. I'll review and merge asap.