WatcherAuthRequest

interface WatcherAuthRequest {
    machine_id: string;
    password: string;
    scenarios?: string[];
}

Properties

machine_id: string
password: string

Format

password

scenarios?: string[]

the list of scenarios enabled on the watcher

Generated using TypeDoc