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

    Interface BridgeConfigMqtt

    InfluxDB Bridge MQTT configuration interface

    interface BridgeConfigMqtt {
        client: string;
        host: string;
        password: string;
        port: number;
        topics: string[];
        user: string;
    }
    Index

    Properties

    client: string
    host: string
    password: string
    port: number
    topics: string[]
    user: string