Unlocked
This event is fired by the vehicle when it is unlocked after a unlock request.
Body parameters
event
: unlockedvehicle
(integer): The identifier of the vehicle.data
: (json object).time
(integer): The time in milliseconds since Epoch when the scooter unlocked.unlock
(integer): The identifier of the unlock, as it was in the unlock request.
Body example
{
"event": "unlocked",
"vehicle": 156,
"data": {
"time": 1607082857353,
"unlock": 656411
}
}