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.
1 parent 645ae31 commit 716aea1Copy full SHA for 716aea1
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