Interface PlaceWebsocketOptions

Websocket initialisation options

interface PlaceWebsocketOptions {
    fixed?: boolean;
    host?: string;
    secure?: boolean;
}

Properties

Properties

fixed?: boolean

Whether this endpoint is a fixed device

host?: string

Domain and port of the engine server

secure?: boolean

Whether to use the secure communcations protocol