19#ifndef SRC_SUPLA_NETWORK_HTML_CONTAINER_PARAMETERS_H_
20#define SRC_SUPLA_NETWORK_HTML_CONTAINER_PARAMETERS_H_
22#include <supla/network/html_element.h>
23#include <supla/sensor/container.h>
29class ContainerParameters :
public HtmlElement {
31 explicit ContainerParameters(
bool allowSensors =
false,
33 virtual ~ContainerParameters();
36 bool handleResponse(
const char* key,
const char* value)
override;
37 void onProcessingEnd()
override;
42 int parseValue(
const char *value)
const;
43 void generateSensorKey(
char *key,
const char *prefix,
int index);
47 bool configChanged =
false;
48 bool allowSensors =
false;
Definition container.h:58
Definition web_sender.h:26
Definition container.h:38