Vehicle actions will now wait for successful completion.
Originally vehicle actions just returned the initial status code 502 because the actions had not yet completed. With these new changes vehicle actions will now wait until a successful 200 response is received OR the vehicle action timeout. The default timeout is 30 seconds.
Changes
Added vehicle action handler
502
because the actions had not yet completed. With these new changes vehicle actions will now wait until a successful200
response is received OR the vehicle action timeout. The default timeout is 30 seconds.