Vallox.js
    Preparing search index...

    Interface WebSocketTransportConfig

    Configuration for the WebSocket transport.

    interface WebSocketTransportConfig {
        host: string;
        port: number;
    }
    Index
    host: string

    Hostname or IP address of the Vallox unit.

    port: number

    TCP port (typically 80).