4#ifndef SRC_SUPLA_NETWORK_HTML_TEXT_CMD_INPUT_PARAMETER_H_
5#define SRC_SUPLA_NETWORK_HTML_TEXT_CMD_INPUT_PARAMETER_H_
7#include <supla/network/html_element.h>
8#include <supla/local_action.h>
28 bool handleResponse(
const char* key,
const char* value)
override;
29 void registerCmd(
const char *cmdStr,
int eventId);
33 char *label =
nullptr;
Definition html_element.h:22
Definition text_cmd_input_parameter.h:23
Definition local_action.h:42
Definition web_sender.h:160
Definition text_cmd_input_parameter.h:15