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

    Interface NodePyATVInstanceOptions

    interface NodePyATVInstanceOptions {
        atvremotePath?: string;
        atvscriptPath?: string;
        debug?: true | ((msg: string) => void);
        noColors?: true;
        spawn?: (
            command: string,
            args: string[],
            options: SpawnOptions,
        ) => FakeChildProcess | ChildProcess;
    }

    Hierarchy (View Summary)

    Index

    Properties

    atvremotePath?: string
    atvscriptPath?: string
    debug?: true | ((msg: string) => void)
    noColors?: true
    spawn?: (
        command: string,
        args: string[],
        options: SpawnOptions,
    ) => FakeChildProcess | ChildProcess