Skip to content

Commit

Permalink
Update mgos_mel_ac.h
Browse files Browse the repository at this point in the history
  • Loading branch information
d4rkmen committed Oct 29, 2020
1 parent df69757 commit 20c7526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/mgos_mel_ac.h
Expand Up @@ -39,6 +39,7 @@ enum mgos_mel_ac_event {
MGOS_MEL_AC_EV_TIMERS_CHANGED,
MGOS_MEL_AC_EV_OPERATING_CHANGED,
MGOS_MEL_AC_EV_PARAMS_SET,
MGOS_MEL_AC_EV_PARAMS_NOT_SET,
MGOS_MEL_AC_EV_TIMER,
MGOS_MEL_AC_EV_RX_COUNT,
MGOS_MEL_AC_EV_CONNECT_ERROR
Expand All @@ -50,7 +51,6 @@ enum mgos_mel_ac_param_power {
};

enum mgos_mel_ac_param_mode {
MGOS_MEL_AC_PARAM_MODE_CURRENT = 0,
MGOS_MEL_AC_PARAM_MODE_HEAT = 1,
MGOS_MEL_AC_PARAM_MODE_DRY = 2,
MGOS_MEL_AC_PARAM_MODE_COOL = 3,
Expand Down

0 comments on commit 20c7526

Please sign in to comment.