Interface IUnifiWebSocketsProps

interface IUnifiWebSocketsProps {
    controller: Controller;
    isController?: boolean;
    strictSSL?: boolean;
    url: string;
}

Properties

controller: Controller
isController?: boolean
strictSSL?: boolean
url: string

Generated using TypeDoc