IQRF Gateway Webapp JavaScript client - v0.3.0-beta.13
    Preparing search index...

    Interface IqrfGatewayTranslatorMqttConfig

    interface IqrfGatewayTranslatorMqttConfig {
        addr: string;
        cid: string;
        port: number;
        pw: string;
        request_topic: string;
        response_topic: string;
        user: string;
    }
    Index

    Properties

    addr: string

    MQTT broker address

    cid: string

    MQTT client ID

    port: number

    MQTT broker port

    pw: string

    MQTT broker password

    request_topic: string

    MQTT request topic

    response_topic: string

    MQTT response topic

    user: string

    MQTT broker username