change ACs limit to sync
This commit is contained in:
parent
10d9e9a669
commit
1a9cbd34db
1 changed files with 2 additions and 2 deletions
|
|
@ -22,8 +22,8 @@ const uint8_t light_array[4][2] = {
|
||||||
|
|
||||||
|
|
||||||
AirConditioner ac = {
|
AirConditioner ac = {
|
||||||
.max_temperature = 32,
|
.max_temperature = 30,
|
||||||
.min_temperature = 16,
|
.min_temperature = 18,
|
||||||
.modes = 4,
|
.modes = 4,
|
||||||
.mode_names = mode_names_daikin,
|
.mode_names = mode_names_daikin,
|
||||||
.fan_speeds = 4,
|
.fan_speeds = 4,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue