We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 645ae31 + 716aea1 commit 3aca8b3Copy full SHA for 3aca8b3
adafruit_minimqtt/adafruit_minimqtt.py
@@ -128,7 +128,6 @@ class MQTT:
128
MQTT_TCP_PORT otherwise.
129
:param str username: Username for broker authentication.
130
:param str password: Password for broker authentication.
131
- :param network_manager: NetworkManager object, such as WiFiManager from ESPSPI_WiFiManager.
132
:param str client_id: Optional client identifier, defaults to a unique, generated string.
133
:param bool is_ssl: Sets a secure or insecure connection with the broker.
134
:param int keep_alive: KeepAlive interval between the broker and the MiniMQTT client.
0 commit comments