diff --git a/ks_device_portal_8h_source.html b/ks_device_portal_8h_source.html
index 75c1680..9125f65 100644
--- a/ks_device_portal_8h_source.html
+++ b/ks_device_portal_8h_source.html
@@ -212,7 +212,7 @@
ksf::ksApplication * app
Application pointer.
Definition ksDevicePortal.h:55
void onWebsocketTextMessage(uint8_t clientNum, const std::string_view &message)
Handles websocket text message.
Definition ksDevicePortal.cpp:206
bool init(ksApplication *app) override
Initializes the device portal component.
Definition ksDevicePortal.cpp:100
-void setupWsServer()
Starts device portal WebSocket server.
Definition ksDevicePortal.cpp:601
+void setupWsServer()
Starts device portal WebSocket server.
Definition ksDevicePortal.cpp:606
void updateFinished(bool fromPortal)
Implements post-OTA update actions.
Definition ksDevicePortal.cpp:188
std::string portalPassword
Portal password.
Definition ksDevicePortal.h:63
bool postInit(ksApplication *app) override
Post-initializes the device portal component.
Definition ksDevicePortal.cpp:110
@@ -231,13 +231,13 @@
uint32_t logKeepAliveTimestamp
Flag indicating whether logs are enabled.
Definition ksDevicePortal.h:58
std::shared_ptr< ksf::evt::ksEvent<> > onUpdateStart
Definition ksDevicePortal.h:178
std::unique_ptr< DNSServer > dnsServer
DNS server.
Definition ksDevicePortal.h:68
-bool loop(ksApplication *app) override
Handles core logic of the device portal component.
Definition ksDevicePortal.cpp:614
+bool loop(ksApplication *app) override
Handles core logic of the device portal component.
Definition ksDevicePortal.cpp:619
void handle_getIdentity(std::string &response)
Websocket handler for identity endpoint (device details).
Definition ksDevicePortal.cpp:332
bool inRequest_NeedAuthentication()
Checks if current HTTP request requires authentication.
Definition ksDevicePortal.cpp:194
void onRequest_otaFinish()
HTTP handler for OTA finish endpoint.
Definition ksDevicePortal.cpp:534
uint32_t lastLoopExecutionTimestamp
Time of last loop execution (us)/.
Definition ksDevicePortal.h:59
void rebootDevice()
Reboots the device.
Definition ksDevicePortal.cpp:136
-void setupHttpServer()
Starts device portal HTTP server.
Definition ksDevicePortal.cpp:571
+void setupHttpServer()
Starts device portal HTTP server.
Definition ksDevicePortal.cpp:576
uint32_t loopExecutionTime
Diff (loop exec time).
Definition ksDevicePortal.h:60
std::unique_ptr< WebServerClass > webServer
HTTP server.
Definition ksDevicePortal.h:66
void handle_scanNetworks(std::string &response)
Websocket handler for network scan endpoint.
Definition ksDevicePortal.cpp:373