Signal K
    Preparing search index...

    Interface AutopilotActionDef

    interface AutopilotActionDef {
        available: boolean;
        id: "dodge" | "tack" | "gybe" | "courseCurrentPoint" | "courseNextPoint";
        name: string;
    }
    Index

    Properties

    Properties

    available: boolean
    id: "dodge" | "tack" | "gybe" | "courseCurrentPoint" | "courseNextPoint"
    name: string