node-pyatv - v9.0.0
    Preparing search index...

    Interface NodePyATVFindAndInstanceOptions

    interface NodePyATVFindAndInstanceOptions {
        airplayCredentials?: string;
        atvremotePath?: string;
        atvscriptPath?: string;
        companionCredentials?: string;
        debug?: true | ((msg: string) => void);
        dmapCredentials?: string;
        host?: string;
        hosts?: string[];
        id?: string;
        mrpCredentials?: string;
        noColors?: true;
        protocol?: NodePyATVProtocol;
        raopCredentials?: string;
        spawn?: (
            command: string,
            args: string[],
            options: SpawnOptions,
        ) => FakeChildProcess | ChildProcess;
    }

    Hierarchy (View Summary)

    Index

    Properties

    airplayCredentials?: string
    atvremotePath?: string
    atvscriptPath?: string
    companionCredentials?: string
    debug?: true | ((msg: string) => void)
    dmapCredentials?: string
    host?: string
    hosts?: string[]
    id?: string
    mrpCredentials?: string
    noColors?: true
    raopCredentials?: string
    spawn?: (
        command: string,
        args: string[],
        options: SpawnOptions,
    ) => FakeChildProcess | ChildProcess