lpcmanager
Clone
Summary
Browse
Changes
Graph
MQTT: typo fix in SmartehCloud support
py2compat
17 months ago, Edouard Tisserant
13b78ced7601
Parents
96018843360a
Children
48b1c9ba7a26
MQTT: typo fix in SmartehCloud support
1 files changed, 1 insertions(+), 1 deletions(-)
+1
-1
LPCMQTT.py
--- a/LPCMQTT.py Wed Jan 22 11:42:33 2025 +0100
+++ b/LPCMQTT.py Wed Jan 22 12:01:14 2025 +0100
@@ -7,7 +7,7 @@
def CTNGenerate_C(self, buildpath, locations):
res = orig_CTNGenerate_C(self, buildpath, locations)
- is_SmartehCloud = self.GetParamsAttributes(u"MQTTClient.Authtype") == u"SmartehCloud"
+ is_SmartehCloud = self.GetParamsAttributes(u"MQTTClient.AuthType") == u"SmartehCloud"
if not is_SmartehCloud:
return res