Fix #37: Typo in statistics name (will lead to incompatible mqtt topic)
This commit is contained in:
parent
bfb93b6b9b
commit
b2e41a1cfd
@ -36,7 +36,7 @@ enum {
|
|||||||
FLD_EVT_LOG
|
FLD_EVT_LOG
|
||||||
};
|
};
|
||||||
const char* const fields[] = { "Voltage", "Current", "Power", "YieldDay", "YieldTotal",
|
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
|
// indices to calculation functions, defined in hmInverter.h
|
||||||
enum {
|
enum {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user