Updated Notify_mqtt (markdown)

master
Chris Caron 2024-09-02 16:51:57 -04:00
parent 92a54d7fe5
commit 3c8ed2d3d4
1 changed files with 1 additions and 1 deletions

@ -4,7 +4,7 @@
* **Message Format**: Text
* **Message Limit**: 268435455 Characters per Message
MQTT Support requires **paho-mqtt** to work:
MQTT Support requires **paho-mqtt** (a version less then v2) to work:
```bash
pip install "paho-mqtt<2.0"
```