From 4508a19b61a462f6c5436ed401fbc47dd0d694c2 Mon Sep 17 00:00:00 2001 From: cziter15 Date: Thu, 20 Jun 2024 13:07:15 +0000 Subject: [PATCH] deploy: ab7bf68223496843fb92ecd63d7783dd5da7d987 --- ...1_1comps_1_1ks_mqtt_connector-members.html | 2 +- classksf_1_1comps_1_1ks_mqtt_connector.html | 12 +- doxygen_crawl.html | 2 +- functions_n.html | 2 +- functions_vars.html | 2 +- ks_device_portal_8h_source.html | 4 +- ks_mqtt_config_provider_8h_source.html | 2 +- ks_mqtt_connector_8h_source.html | 221 +++++++++--------- search/all_c.js | 2 +- search/variables_9.js | 2 +- 10 files changed, 127 insertions(+), 124 deletions(-) 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.