mqtt_subscribe
Subscribe to an MQTT topic to start receiving messages. Use + and # wildcards for single-level and multi-level topic filters.
Instructions
Subscribe to an MQTT topic to start receiving messages. Supports MQTT wildcards: '+' for single level, '#' for multi-level.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| qos | No | Quality of Service level (0, 1, or 2). Default is 0. | |
| topic | Yes | The MQTT topic to subscribe to (e.g., 'sensors/temperature' or 'sensors/+/status') |