Browse Source
renamed active PowerLimit to active_PowerLimit
avoid spaces in MQTT topics
pull/684/head
Manfred
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/hm/hmDefines.h
|
|
@ -23,7 +23,7 @@ enum {FLD_UDC = 0, FLD_IDC, FLD_PDC, FLD_YD, FLD_YW, FLD_YT, |
|
|
|
const char* const fields[] = {"U_DC", "I_DC", "P_DC", "YieldDay", "YieldWeek", "YieldTotal", |
|
|
|
"U_AC", "I_AC", "P_AC", "F_AC", "Temp", "PF_AC", "Efficiency", "Irradiation","Q_AC", |
|
|
|
"ALARM_MES_ID","FWVersion","FWBuildYear","FWBuildMonthDay","FWBuildHourMinute","HWPartId", |
|
|
|
"active PowerLimit", /*"reactive PowerLimit","Powerfactor",*/ "LastAlarmCode"}; |
|
|
|
"active_PowerLimit", /*"reactive PowerLimit","Powerfactor",*/ "LastAlarmCode"}; |
|
|
|
const char* const notAvail = "n/a"; |
|
|
|
|
|
|
|
// mqtt discovery device classes
|
|
|
|