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)

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