Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X
Hi just wondering why when i set it to true it shows me this on the isConnected : Error Setting Property, server response: Property [isConnected] in [mqttThing] is read only?
Thanks
Newbee MQTT
Solved! Go to Solution.
ShunCai, that is a system property, which is why it is set to read-only. The property will change to true once your MQTT Thing is actually connected, and will stay at false if your MQTT Thing is offline/ disconnected/ not connected.
ShunCai, that is a system property, which is why it is set to read-only. The property will change to true once your MQTT Thing is actually connected, and will stay at false if your MQTT Thing is offline/ disconnected/ not connected.
Thanks!