|
supla-device
|


Public Member Functions | |
| ButtonUpdate (Supla::EspWebServer *server) | |
| void | send (Supla::WebSender *sender) override |
Public Member Functions inherited from Supla::HtmlElement | |
| HtmlElement * | next () |
| HtmlElement (HtmlSection section=HTML_SECTION_FORM) | |
| virtual bool | handleResponse (const char *key, const char *value) |
| virtual void | onProcessingEnd () |
Additional Inherited Members | |
Static Public Member Functions inherited from Supla::HtmlElement | |
| static HtmlElement * | begin () |
| static HtmlElement * | last () |
| static const char * | selected (bool isSelected) |
| static const char * | checked (bool isChecked) |
Public Attributes inherited from Supla::HtmlElement | |
| HtmlSection | section |
Protected Attributes inherited from Supla::HtmlElement | |
| HtmlElement * | nextPtr = nullptr |
Static Protected Attributes inherited from Supla::HtmlElement | |
| static HtmlElement * | firstPtr = nullptr |
|
overridevirtual |
Implements Supla::HtmlElement.