-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
The Circuitpython API for Adafruitio's MQTT client has a method called
subscribe_to_time("iso")
. But it does not appear to have a method to unsubscribe. It appears to subscribe totime/ISO-8601
. If I try to use theunsubscribe()
method on that feed name (or justISO-8601
) an exception is raised saying you must subscribe first. How can I unsubscribe from the time feed?
Metadata
Metadata
Assignees
Labels
No labels