4#ifndef SRC_SUPLA_NETWORK_HTML_SELECT_INPUT_PARAMETER_H_
5#define SRC_SUPLA_NETWORK_HTML_SELECT_INPUT_PARAMETER_H_
7#include <supla/network/html_element.h>
8#include <supla/local_action.h>
29 bool handleResponse(
const char* key,
const char* value)
override;
30 void registerValue(
const char *name,
int value);
31 void setTag(
const char *tagValue);
32 void setLabel(
const char *labelValue);
33 void onProcessingEnd()
override;
35 void setBaseTypeBitCount(uint8_t value);
39 char *label =
nullptr;
41 bool configChanged =
false;
42 uint8_t baseTypeBitCount = 32;
Definition html_element.h:22
Definition local_action.h:42
Definition web_sender.h:160
Definition select_input_parameter.h:15