mqtt_unsub()

A warning note icon.This section is currently being reworked. We apologize for the inconvenience. If you need immediate assistance, please contact Tibbo Support.


Description:

Unsubscribes the device from the specified topic.

Syntax:

sub mqtt_unsub(byref data as string)

Returns:

---

See Also:

Step-by-step Usage Instructions


Parameter

Description

data

Topic (message) to unsubscribe from.

Details

Hivemq.com is has an excellent explanation of MQTT topics:

http://www.hivemq.com/blog/mqtt-essentials-part-5-mqtt-topics-best-practices

mqtt_unsub()

Details