mirror of https://github.com/arendst/Tasmota.git
Change comment for field voltage and frequency
This commit is contained in:
parent
ab6b2d1321
commit
5fc7c6f796
|
@ -100,8 +100,8 @@ struct ENERGY {
|
||||||
uint8_t data_valid[ENERGY_MAX_PHASES];
|
uint8_t data_valid[ENERGY_MAX_PHASES];
|
||||||
|
|
||||||
uint8_t phase_count; // Number of phases active
|
uint8_t phase_count; // Number of phases active
|
||||||
bool voltage_common; // Use single voltage
|
bool voltage_common; // Use common voltage
|
||||||
bool frequency_common; // Use single frequency
|
bool frequency_common; // Use common frequency
|
||||||
bool use_overtemp; // Use global temperature as overtemp trigger on internal energy monitor hardware
|
bool use_overtemp; // Use global temperature as overtemp trigger on internal energy monitor hardware
|
||||||
bool kWhtoday_offset_init;
|
bool kWhtoday_offset_init;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue