mqtt_remove_subscription()¶
Remove topic subscription
Reference¶
Arguments¶
Argument |
Type |
|
|---|---|---|
topic |
|
Topic name to remove. |
Return¶
None
Exceptions¶
RayaCommExistingSubscription
See the complete communications exceptions.
Usage example¶
self.communication.mqtt_remove_subscription(topic)