wez3 / volkswagen-carnet-client

A Python client to use Volkswagen CarNet
40 stars 21 forks source link

Documentation #1

Closed cschriel closed 7 years ago

cschriel commented 7 years ago

Do you have more documentation on the possiblility of accessing more vehicle information, i.e. charging state?

wez3 commented 7 years ago

Nope, but all information is available in the responseData variable in the retrieveCarNetInfo function. If you add an "print responseData" to this function, you should be able to see / retrieve all available information.