mqtt_remove_subscription()
- 1 Minute to read
mqtt_remove_subscription()
- 1 Minute to read
Article summary
Did you find this summary helpful?
Thank you for your feedback
Remove topic subscription
Reference
Arguments
Argument | Type | |
---|---|---|
topic | string | Topic name to remove. |
Return
None
Exceptions
RayaCommExistingSubscription
See the complete communications exceptions.
Usage example
self.communication.mqtt_remove_subscription(topic)
Was this article helpful?