UNPKG

vw-carnet

Version:

Node package to connect to VW Carnet SOAP service

15 lines (11 loc) 806 B
# vw-carnet Node package to connect to VW Carnet SOAP service. Handles connection errors and XML/JSON translation. Supports the following calls to the Volkswagen CarNet API for eUP and eGolf: * login(...) Get a session key using username and PIN * getUserVehicles(...) Get vehicles related to username * getUnifiedVehicleStatusDetails(...) Gets all data from vehicle. * getTripReport(...) Gets all trips from service. * getRemoteDepartureTime(...) Get departure timers and locations. * getMinBatteryCharging(...) Get minumum charging regardles of timer. * invokeBatteryChargingJob(...) Send a charging related command to vehicle (startRbc/stopRbc/unlockChargePlug/setRbc). login and getUserVehicles must always be called to get parameters for the session (sessionKey,VIN,AccountID,TUCID).