19#ifndef SRC_SUPLA_NETWORK_HTML_TIME_PARAMETERS_H_
20#define SRC_SUPLA_NETWORK_HTML_TIME_PARAMETERS_H_
22#include <supla/network/html_element.h>
30class TimeParameters :
public HtmlElement {
33 virtual ~TimeParameters();
35 bool handleResponse(
const char* key,
const char* value)
override;
36 void onProcessingEnd()
override;
39 bool processingStarted =
false;
40 bool checkboxFound =
false;
Definition SuplaDevice.h:93
Definition web_sender.h:26