Skip to content

Commit

Permalink
fix: fixed typo "actice" to "active"
Browse files Browse the repository at this point in the history
  • Loading branch information
goebelmeier authored Mar 20, 2023
1 parent 88e0226 commit da416a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RscpMqttMapping.h
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ cache_t cache[] = {
{ TAG_PM_DATA, TAG_PM_VOLTAGE_L2, 0, "e3dc/pm/voltage/L2", "%0.2f", "", RSCP::eTypeFloat32, 1, 0, false },
{ TAG_PM_DATA, TAG_PM_VOLTAGE_L3, 0, "e3dc/pm/voltage/L3", "%0.2f", "", RSCP::eTypeFloat32, 1, 0, false },
{ TAG_PM_DATA, TAG_PM_ACTIVE_PHASES, 0, "e3dc/pm/active_phases/L1", "%i", "", RSCP::eTypeUChar8, 1, 1, false },
{ TAG_PM_DATA, TAG_PM_ACTIVE_PHASES, 0, "e3dc/pm/actice_phases/L2", "%i", "", RSCP::eTypeUChar8, 2, 1, false },
{ TAG_PM_DATA, TAG_PM_ACTIVE_PHASES, 0, "e3dc/pm/active_phases/L2", "%i", "", RSCP::eTypeUChar8, 2, 1, false },
{ TAG_PM_DATA, TAG_PM_ACTIVE_PHASES, 0, "e3dc/pm/active_phases/L3", "%i", "", RSCP::eTypeUChar8, 4, 1, false },
// CONTAINER TAG_PVI_DATA --------------------------------------------------------------------
{ TAG_PVI_DC_POWER, TAG_PVI_VALUE, 0, "e3dc/pvi/power/string_1", "%.0f", "", RSCP::eTypeFloat32, 1, 0, false },
Expand Down

0 comments on commit da416a8

Please sign in to comment.