Home
The home action is used to go back to the home point.
Makes Up
An Action is fundamentally made up of two main components:
- type
home- data
see HomeData
HomeData
Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
home_name | string | true | - | The home name. |
distance_threshold | number | false | 0 | The distance threshold should use command again. |
Example
[
{
"type": "home",
"data": {
"home_name": "h1_7834",
"distance_threshold": 5
}
}
]
Last modified: 12 11月 2023