remove loop_blocking
This commit is contained in:
parent
4527ec26e7
commit
f7b274af8c
1 changed files with 0 additions and 6 deletions
|
|
@ -224,12 +224,6 @@ class IO_MQTT:
|
||||||
"""
|
"""
|
||||||
self._client.loop()
|
self._client.loop()
|
||||||
|
|
||||||
def loop_blocking(self):
|
|
||||||
"""Starts a blocking loop and to processes messages
|
|
||||||
from Adafruit IO. Code below this call will not run.
|
|
||||||
"""
|
|
||||||
self._client.loop_forever()
|
|
||||||
|
|
||||||
# Subscriptions
|
# Subscriptions
|
||||||
def subscribe(self, feed_key=None, group_key=None, shared_user=None):
|
def subscribe(self, feed_key=None, group_key=None, shared_user=None):
|
||||||
"""Subscribes to your Adafruit IO feed or group.
|
"""Subscribes to your Adafruit IO feed or group.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue