Closed VolkerMuehlhaus closed 5 years ago
get_stored_vehicle_data
returns a VehicleDataResponse
object.
This object holds the response data.
Example:
stored_data = info_service.get_stored_vehicle_data()
for field in stored_data.data_fields:
print(str(field))
Perfect - Many thanks David!
Hello,
I am struggling with the VehicleStatusReportService calls.
This is what I tried:
… but that just returns <audiapi.model.VehicleDataResponse.VehicleDataResponse object at 0x0000028878A92DD8>
Can anyone show an example how to properly request Status data, e.g. range? I was able to use the RemoteTripStatisticsService but can't get the car status report to work.
Best regards and many thanks Volker