File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# MQTT-based client for Adafruit.IO
2
2
# Author: Tony DiCola ([email protected] )
3
3
#
4
- # Supports publishing and subscribing to feed changes from Adafruit. IO using
4
+ # Supports publishing and subscribing to feed changes from Adafruit IO using
5
5
# the MQTT protcol.
6
6
#
7
7
# Depends on the following Python libraries:
19
19
20
20
21
21
class MQTTClient (object ):
22
- """Interface for publishing and subscribing to feed changes on Adafruit. IO
22
+ """Interface for publishing and subscribing to feed changes on Adafruit IO
23
23
using the MQTT protocol.
24
24
"""
25
25
26
26
def __init__ (self , key ):
27
- """Create instance of MQTT client for provided feed .
27
+ """Create instance of MQTT client.
28
28
29
29
Required parameters:
30
30
- key: The Adafruit.IO access key for your account.
You can’t perform that action at this time.
0 commit comments