Plug it in, start charging schedule (for say 2 hours). what does /api/fordconnect/vehicles/v1/{{vehicleId}} say for
"chargingStatus": {
"value": "EvseNotDetected",
"timeStamp": "06-18-2021 18:26:11",
"chargeStartTime": "06-08-2021 11:58:00",
"chargeEndTime": "06-08-2021 12:29:00"
},
Now unplug the the car. what does /api/fordconnect/vehicles/v1/{{vehicleId}} say for chargingStatus now? (did chargeEndTime change to the current time? what does the 'value' show?)
This needs to be tested on an EV car.
Plug it in, start charging schedule (for say 2 hours). what does /api/fordconnect/vehicles/v1/{{vehicleId}} say for "chargingStatus": { "value": "EvseNotDetected", "timeStamp": "06-18-2021 18:26:11", "chargeStartTime": "06-08-2021 11:58:00", "chargeEndTime": "06-08-2021 12:29:00" }, Now unplug the the car. what does /api/fordconnect/vehicles/v1/{{vehicleId}} say for chargingStatus now? (did chargeEndTime change to the current time? what does the 'value' show?)