ianjwhite99 / connected-car-python-sdk

Open-source Python SDK for Ford vehicles connected with Sync Connect (Ford Pass)
MIT License
73 stars 12 forks source link

Add request_update() #32

Closed HKLM closed 2 years ago

HKLM commented 2 years ago

Force the vehicle to send current data to the Ford API. Next call status() to have the Ford API send that new data to the client.

ianjwhite99 commented 2 years ago

Hi @HKLM, taking a look at your pull request can you detail what's the different between

def request_update(self):

and the existing method

def refresh_status(self):