I’m trying to see if there’s was a way to activate a specific/next leg of a flight plan using the Connect API.
I can see that the following two states are read/write implying they might be used for this:
aircraft/0/flightplan/next_waypoint_name
aircraft/0/systems/nav_sources/gps/next_waypoint_name
But, sending a waypoint name from the flight plan to these states doesn’t do anything.
Additionally, there is this command in the API manifest:
commands/FlightPlan.ActivateLeg
But historically it hasn’t been possible to send parameter data to commands and I’m not sure if that’s changed and there’s a way to use this command in that way.
Any insights appreciated.
Thanks.