|
supla-device
|


Public Member Functions | |
| CustomCheckboxParameter (const char *paramTag, const char *paramLabel, uint8_t defaultValue=0) | |
| void | send (Supla::WebSender *sender) override |
| bool | handleResponse (const char *key, const char *value) override |
| void | onProcessingEnd () override |
| void | setTag (const char *tagValue) |
| void | setLabel (const char *labelValue) |
| Public Member Functions inherited from Supla::HtmlElement | |
| HtmlElement * | next () |
| HtmlElement (HtmlSection section=HTML_SECTION_FORM) | |
Protected Attributes | |
| char * | tag = nullptr |
| char * | label = nullptr |
| uint8_t | checkboxValue |
| bool | checkboxFound = false |
| Protected Attributes inherited from Supla::HtmlElement | |
| HtmlElement * | nextPtr = nullptr |
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 |
| Static Protected Attributes inherited from Supla::HtmlElement | |
| static HtmlElement * | firstPtr = nullptr |
|
overridevirtual |
Reimplemented from Supla::HtmlElement.
|
overridevirtual |
Reimplemented from Supla::HtmlElement.
|
overridevirtual |
Implements Supla::HtmlElement.