From 8bc06238f3055e8b4fb48aa33b98cb45758fba46 Mon Sep 17 00:00:00 2001 From: Marcus Date: Sat, 23 Oct 2021 14:38:04 +0200 Subject: [PATCH] changed: tasmota/i18n.h missed this change. Now tasmota-sensors compiles with success! --- tasmota/i18n.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tasmota/i18n.h b/tasmota/i18n.h index 0af945eb0..8355ea39f 100644 --- a/tasmota/i18n.h +++ b/tasmota/i18n.h @@ -132,6 +132,7 @@ #define D_JSON_PH "pH" #define D_JSON_PHASE_ANGLE "PhaseAngle" #define D_JSON_POWERFACTOR "Factor" +#define D_JSON_POWERMAX "MaxPower" #define D_JSON_POWERUSAGE "Power" #define D_JSON_ACTIVE_POWERUSAGE "ActivePower" #define D_JSON_APPARENT_POWERUSAGE "ApparentPower" @@ -220,6 +221,7 @@ #define D_JSON_IMPORT "Import" #define D_JSON_EXPORT "Export" #define D_JSON_TOTAL_ACTIVE "TotalActive" +#define D_JSON_RESETTABLE_TOTAL_ACTIVE "ResetTotalActive" #define D_JSON_SIGNALSTRENGTH "SignalStrength" #define D_JSON_CHIPTEMPERATURE "ChipTemperature"