ardevd / jlrpy

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

concatenate ev and core status lists to fix vehicle item retrieval #80

Closed ardevd closed 4 years ago

ardevd commented 4 years ago

The new vehicle status request version splits up core and ev status items in separate lists. Therefore, in order to lookup a given status value we need to concatenate the two lists.