MQTT Configuration Beta
The configuration for the MQTT broker, which is a server that facilitates the transmission of messages in the MQTT protocol.
Parameters
| Parameter | Description |
|---|---|
| host | Host of the MQTT broker. |
| port | Port of the MQTT broker. |
| username | Username for the MQTT broker. |
| password | Password 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