From 3c8ed2d3d43d46f49bfc59086aa3190e7c44791e Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Mon, 2 Sep 2024 16:51:57 -0400 Subject: [PATCH] Updated Notify_mqtt (markdown) --- Notify_mqtt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Notify_mqtt.md b/Notify_mqtt.md index e9dd9a0..9cf3d41 100644 --- a/Notify_mqtt.md +++ b/Notify_mqtt.md @@ -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" ```