4#ifndef SRC_SUPLA_NETWORK_HTML_CONTAINER_PARAMETERS_H_
5#define SRC_SUPLA_NETWORK_HTML_CONTAINER_PARAMETERS_H_
7#include <supla/network/html_element.h>
8#include <supla/sensor/container.h>
21 bool handleResponse(
const char* key,
const char* value)
override;
22 void onProcessingEnd()
override;
27 int parseValue(
const char *value)
const;
28 void generateSensorKey(
char *key,
const char *prefix,
int index);
32 bool configChanged =
false;
33 bool allowSensors =
false;
Definition html_element.h:22
Definition container_parameters.h:14
Definition container.h:43
Definition web_sender.h:160
Definition container.h:23