Skip to content

Commit

Permalink
change he to ecomode
Browse files Browse the repository at this point in the history
Signed-off-by: DaRK AnGeL <[email protected]>
  • Loading branch information
masterwishx committed Oct 4, 2024
1 parent 799c1f8 commit 06f0f25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/mge-hid.c
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,7 @@ static info_lkp_t outlet_eco_yes_no_info[] = {
/* High Efficiency (aka ECO) mode */
static info_lkp_t eaton_input_mode_info[] = {
{ 0, "normal", NULL, NULL },
{ 1, "high-efficiency", NULL, NULL },
{ 1, "ecomode", NULL, NULL },
{ 2, "ESS", NULL, NULL }, /* Energy Saver System, makes sense for UPS that implements this mode */
{ 0, NULL, NULL, NULL }
};
Expand Down

0 comments on commit 06f0f25

Please sign in to comment.