mqtt_remove_subscription()
  • 1 Minute to read

mqtt_remove_subscription()


Article summary

Remove topic subscription

Reference

Arguments

ArgumentType
topicstringTopic name to remove.

Return

None

Exceptions

  • RayaCommExistingSubscription

See the complete communications exceptions.

Usage example

self.communication.mqtt_remove_subscription(topic)

Was this article helpful?