IQRF Gateway Translator configuration

interface IqrfGatewayTranslatorConfig {
    mqtt: IqrfGatewayTranslatorMqttConfig;
    rest: IqrfGatewayTranslatorRestConfig;
}

Properties

Properties

IQRF Gateway Translator MQTT configuration

IQRF Gateway Translator REST API configuration