Signal K
    Preparing search index...

    Interface AutopilotInfo

    interface AutopilotInfo {
        engaged: boolean;
        mode: null | string;
        options: AutopilotOptions;
        state: null | string;
        target: null | number;
    }
    Index

    Properties

    engaged: boolean
    mode: null | string
    state: null | string
    target: null | number