--- a/LPCMQTT.py Wed Jan 22 12:01:14 2025 +0100
+++ b/LPCMQTT.py Fri Feb 21 14:21:52 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")["value"] == u"SmartehCloud"