Fix #37: Typo in statistics name (will lead to incompatible mqtt topic)

This commit is contained in:
Thomas Basler 2022-07-24 12:38:00 +02:00
parent bfb93b6b9b
commit b2e41a1cfd

View File

@ -36,7 +36,7 @@ enum {
FLD_EVT_LOG
};
const char* const fields[] = { "Voltage", "Current", "Power", "YieldDay", "YieldTotal",
"Voltage", "Current", "Power", "Frequency", "Temperature", "PowerFactor", "Effiency", "Irradiation", "EventLogCount" };
"Voltage", "Current", "Power", "Frequency", "Temperature", "PowerFactor", "Efficiency", "Irradiation", "EventLogCount" };
// indices to calculation functions, defined in hmInverter.h
enum {