Skip to main content
1-Visitor
October 23, 2015
Solved

MQTT

  • October 23, 2015
  • 1 reply
  • 1833 views

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

Best answer by Aanjan

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.

1 reply

Aanjan5-Regular MemberAnswer
5-Regular Member
October 23, 2015

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.

slua1-VisitorAuthor
1-Visitor
October 26, 2015

Thanks!