add stateful auto explore
This commit is contained in:
@@ -319,6 +319,10 @@ class UAVAPIClient:
|
||||
circle = self._request('GET', '/targets/type/circle')
|
||||
polygen = self._request('GET', '/targets/type/polygon')
|
||||
return fixed + moving + waypoint + circle + polygen
|
||||
|
||||
def get_target_status(self, target_id: str) -> Dict[str, Any]:
|
||||
"""Get information about a specific target"""
|
||||
return self._request('GET', f'/targets/{target_id}')
|
||||
|
||||
def get_waypoints(self) -> List[Dict[str, Any]]:
|
||||
"""Get all charging station waypoints"""
|
||||
|
||||
Reference in New Issue
Block a user