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

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