From cc449ea674d61b26cb6e4deb4b69402e6e5843ce Mon Sep 17 00:00:00 2001 From: "Ricardo Minguez (Rido)" Date: Thu, 10 Jun 2021 11:21:17 -0700 Subject: [PATCH] Update simulate message IoTHub is not a MQTT Broker --- azext_iot/operations/_mqtt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azext_iot/operations/_mqtt.py b/azext_iot/operations/_mqtt.py index 779c94336..0a8911f07 100644 --- a/azext_iot/operations/_mqtt.py +++ b/azext_iot/operations/_mqtt.py @@ -56,7 +56,7 @@ def __init__(self, target, device_id, properties=None, sas_duration=3600): def on_connect(self, client, userdata, flags, rc): six.print_( - "Connected to target IoT Hub MQTT broker with result: {}".format( + "Connected to target IoT Hub with result: {}".format( connection_result[rc] ) )