This method instructs the server to send deltas for the provided paths.
Valid apInfo paths are defined in AutopilotUpdateAttrib apInfo.actions value (like options.actions) must contain an Array<AutopilotActionDef>
apInfo
apInfo.actions
options.actions
apUpdate({ 'mode': 'gps', 'actions': [{id: 'tack', name: 'Tack', available: true}]}); Copy
apUpdate({ 'mode': 'gps', 'actions': [{id: 'tack', name: 'Tack', available: true}]});