File size: 715 Bytes
d38a671 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
[
{
"token": "cb5118da1ab342aa947717dc53544259",
"name": "vehicle.moving",
"description": "Vehicle is moving."
},
{
"token": "c3246a1e22a14fcb878aa61e69ae3329",
"name": "vehicle.stopped",
"description": "Vehicle, with a driver/rider in/on it, is currently stationary but has an intent to move."
},
{
"token": "58aa28b1c2a54dc88e169808c07331e3",
"name": "vehicle.parked",
"description": "Vehicle is stationary (usually for longer duration) with no immediate intent to move."
},
{
"token": "4d8821270b4a47e3a8a300cbec48188e",
"name": "pedestrian.standing",
"description": "The human is standing."
},
{
"token": "ab83627ff28b465b85c427162dec722f",
"name": "pedestrian.moving",
"description": "The human is moving."
}
] |