lpcmanager

Parents 13b78ced7601
Children d9de845f97dc
Fix special SmatehCloud topic subscription not happening despite option being selected.
  • +1 -1
    LPCMQTT.py
  • --- 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"
    if not is_SmartehCloud:
    return res