jamisonderek / ford-connect-sim

A simulator for the FordConnect API
MIT License
7 stars 0 forks source link

TEST: Should remoteStartStatus.duration change (or stay at 0 minutes)? #10

Open jamisonderek opened 3 years ago

jamisonderek commented 3 years ago

This needs to be tested on a real vehicle (doesn't matter if it is ICE or EV).

The simulator always shows a duration of 0. The documentation says this unit is in minutes. On a real vehicle, what does duration do when the engine is running? What does it do when the engine is not running? Does the timeStamp value change, or is it always at the point where the remote command was sent?

/api/fordconnect/vehicles/v1/{{vehicleId}}

        "remoteStartStatus": {
            "status": "ENGINE_RUNNING",
            "duration": 0,   <<<<<<
            "timeStamp": "06-18-2021 18:26:11"
        },