diff --git a/classksf_1_1comps_1_1ks_mqtt_connector-members.html b/classksf_1_1comps_1_1ks_mqtt_connector-members.html index 231130d..f0213f7 100644 --- a/classksf_1_1comps_1_1ks_mqtt_connector-members.html +++ b/classksf_1_1comps_1_1ks_mqtt_connector-members.html @@ -114,7 +114,7 @@ mqttClientUqksf::comps::ksMqttConnectorprotected mqttConnectedInternal()ksf::comps::ksMqttConnectorprotected mqttMessageInternal(const char *topic, const uint8_t *payload, uint32_t length)ksf::comps::ksMqttConnectorprotected - netClientUqksf::comps::ksMqttConnectorprotected + netClientUqksf::comps::ksMqttConnectorprotected onAnyMessageksf::comps::ksMqttConnector onConnectedksf::comps::ksMqttConnector onDeviceMessageksf::comps::ksMqttConnector diff --git a/classksf_1_1comps_1_1ks_mqtt_connector.html b/classksf_1_1comps_1_1ks_mqtt_connector.html index 1b61fd8..e84271d 100644 --- a/classksf_1_1comps_1_1ks_mqtt_connector.html +++ b/classksf_1_1comps_1_1ks_mqtt_connector.html @@ -222,10 +222,10 @@ - - - + + + @@ -348,7 +348,7 @@

Returns
True on success, false on fail.
-

References broker, certFingerprint, login, mqttClientUq, netClientUq, password, portNumber, prefix, sendConnectionStatus, and usePersistentSession.

+

References broker, certFingerprint, login, mqttClientUq, netClientUq, password, portNumber, prefix, sendConnectionStatus, and usePersistentSession.

Referenced by loop().

@@ -780,7 +780,7 @@

References broker, certFingerprint, login, mqttClientUq, netClientUq, password, portNumber, and prefix.

+

References broker, certFingerprint, login, mqttClientUq, netClientUq, password, portNumber, and prefix.

Referenced by ksf::comps::ksMqttConfigProvider::setupMqttConnector().

diff --git a/doxygen_crawl.html b/doxygen_crawl.html index a017a9b..1a0f9ef 100644 --- a/doxygen_crawl.html +++ b/doxygen_crawl.html @@ -233,7 +233,7 @@ - + diff --git a/functions_n.html b/functions_n.html index 457ab6a..7097f67 100644 --- a/functions_n.html +++ b/functions_n.html @@ -87,7 +87,7 @@
Here is a list of all documented class members with links to the class documentation for each member:

- n -

diff --git a/functions_vars.html b/functions_vars.html index df0f400..731936d 100644 --- a/functions_vars.html +++ b/functions_vars.html @@ -159,7 +159,7 @@

- m -

Protected Attributes

-std::unique_ptr< WiFiClient > netClientUq
 Shared pointer to WiFiClient used to connect to MQTT.
 
+std::unique_ptr< ksMqttConnectorNetClient_t > netClientUq
 Shared pointer to WiFiClient used to connect to MQTT.
 
std::unique_ptr< PubSubClient > mqttClientUq
 Shared pointer to PubSubClient used to connect to MQTT.