These commands are needed for VTOLs:
- A command to get auto-vectoring status (eg Boolean = autoVectoringEnabled _vtol)
- A command to get vectoring direction (eg Number = vectoringDirection _vtol)
- A command to set vectoring status (eg _vtol enableAutoVectoring Boolean, but maybe action is enough)
- A command to set vectoring direction (eg _vtol setVectoringDirection [direction Number, instant Boolean])