supla-device
Loading...
Searching...
No Matches
em_ct_type.h
1// SPDX-FileCopyrightText: AC SOFTWARE SP. Z O.O.
2// SPDX-License-Identifier: GPL-2.0-or-later
3
4#ifndef SRC_SUPLA_NETWORK_HTML_EM_CT_TYPE_H_
5#define SRC_SUPLA_NETWORK_HTML_EM_CT_TYPE_H_
6
7#include <supla/network/html/select_input_parameter.h>
8
9namespace Supla {
10namespace Sensor {
11class ElectricityMeter;
12} // namespace Sensor
13
14namespace Html {
15
17 public:
19 void onProcessingEnd() override;
20
21 private:
23 bool channelConfigChanged = false;
24};
25
26}; // namespace Html
27}; // namespace Supla
28
29
30
31#endif // SRC_SUPLA_NETWORK_HTML_EM_CT_TYPE_H_
Definition em_ct_type.h:16
Definition select_input_parameter.h:23
Definition electricity_meter.h:52