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 full)

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
raopCredentials?: string
spawn?: ((command: string, args: string[], options: SpawnOptions) => FakeChildProcess | ChildProcess)