4#ifndef SRC_SUPLA_NETWORK_HTML_WIFI_PARAMETERS_H_
5#define SRC_SUPLA_NETWORK_HTML_WIFI_PARAMETERS_H_
7#include <supla/network/html/network_address_parameters.h>
8#include <supla/network/html_element.h>
21 bool handleResponse(
const char* key,
const char* value)
override;
22 void onProcessingEnd()
override;
25 void logWifiScanResult();
27 bool checkboxFound =
false;
28 bool wifiSettingsSeen =
false;
29 char lastLoggedWifiScanMessage[128] = {};
Definition SuplaDevice.h:167
Definition html_element.h:22
Definition network_address_parameters.h:17
Definition wifi_parameters.h:16
Definition web_sender.h:160