mqtt_subscribe
Subscribe to an MQTT topic for a specific device using device ID and topic name, with optional QoS level. Enables real-time IoT message reception.
Instructions
訂閱 MQTT 主題
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| qos | No | QoS 等級 (預設: 0) | |
| topic | Yes | 要訂閱的主題 | |
| deviceId | Yes | 裝置 ID |