4#ifndef SRC_SUPLA_NETWORK_HTML_EM_PHASE_LED_H_
5#define SRC_SUPLA_NETWORK_HTML_EM_PHASE_LED_H_
7#include <supla/network/html_element.h>
11class ElectricityMeter;
21 bool handleResponse(
const char* key,
const char* value)
override;
22 void onProcessingEnd()
override;
26 bool channelConfigChanged =
false;
Definition html_element.h:22
Definition em_phase_led.h:16
Definition electricity_meter.h:52
Definition web_sender.h:160