4#ifndef SRC_SUPLA_NETWORK_HTML_ELEMENT_H_
5#define SRC_SUPLA_NETWORK_HTML_ELEMENT_H_
13 HTML_SECTION_DEVICE_INFO,
15 HTML_SECTION_PROTOCOL,
16 HTML_SECTION_BETA_FORM,
17 HTML_SECTION_BUTTON_BEFORE,
18 HTML_SECTION_BUTTON_AFTER,
27 static const char *selected(
bool isSelected);
28 static const char *checked(
bool isChecked);
32 explicit HtmlElement(HtmlSection section = HTML_SECTION_FORM);
35 virtual bool handleResponse(
const char *key,
const char *value);
36 virtual void onProcessingEnd();
Definition html_element.h:22
Definition web_sender.h:160