supla-device
|
Public Member Functions | |
ContainerParameters (bool allowSensors=false, Supla::Sensor::Container *contaier=nullptr) | |
void | send (Supla::WebSender *sender) override |
bool | handleResponse (const char *key, const char *value) override |
void | onProcessingEnd () override |
void | setContainerPtr (Supla::Sensor::Container *container) |
![]() | |
HtmlElement * | next () |
HtmlElement (HtmlSection section=HTML_SECTION_FORM) | |
Protected Member Functions | |
int | parseValue (const char *value) const |
void | generateSensorKey (char *key, const char *prefix, int index) |
Protected Attributes | |
Supla::Sensor::Container * | container = nullptr |
Supla::Sensor::ContainerConfig | config |
bool | muteSet = false |
bool | configChanged = false |
bool | allowSensors = false |
![]() | |
HtmlElement * | nextPtr = nullptr |
Additional Inherited Members | |
![]() | |
static HtmlElement * | begin () |
static HtmlElement * | last () |
static const char * | selected (bool isSelected) |
static const char * | checked (bool isChecked) |
![]() | |
HtmlSection | section |
![]() | |
static HtmlElement * | firstPtr = nullptr |
|
overridevirtual |
Reimplemented from Supla::HtmlElement.
|
overridevirtual |
Reimplemented from Supla::HtmlElement.
|
overridevirtual |
Implements Supla::HtmlElement.