MQTT Configuration Beta

The configuration for the MQTT broker, which is a server that facilitates the transmission of messages in the MQTT protocol.

Parameters

ParameterDescription
hostHost of the MQTT broker.
portPort of the MQTT broker.
usernameUsername for the MQTT broker.
passwordPassword for the MQTT broker.

YAML

version: '1.0'
mqtt:
  broker:
    host: string    # Host of the MQTT broker
    port: int       # Port of the MQTT broker
    username: string # Username
    password: string # Password