corrected the AC mode oerder
This commit is contained in:
parent
59b6a10de8
commit
b537d3921e
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ RemoteVariable weather = RemoteVariable();
|
||||||
RemoteVariable pm_switch = RemoteVariable();
|
RemoteVariable pm_switch = RemoteVariable();
|
||||||
RemoteVariable pm_fan_speed = RemoteVariable();
|
RemoteVariable pm_fan_speed = RemoteVariable();
|
||||||
|
|
||||||
const char *mode_names[] = {"off", "fan_only", "cool"};
|
const char *mode_names[] = {"off", "cool", "fan_only"};
|
||||||
const char *fan_speed_names[] = {"auto", "high", "medium", "low"};
|
const char *fan_speed_names[] = {"auto", "high", "medium", "low"};
|
||||||
uint8_t row = 4;
|
uint8_t row = 4;
|
||||||
uint8_t column = 2;
|
uint8_t column = 2;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue