fix pm fan speed

This commit is contained in:
reaw 2024-02-09 10:11:44 +07:00
parent b01540a4ce
commit 733ed54f9b
3 changed files with 52 additions and 23 deletions

View file

@ -45,7 +45,15 @@ class ISEDisplay : public ESPMegaDisplay {
uint8_t outputCallbackHandle;
uint8_t climateCallbackHandle;
uint8_t user_mode;
uint8_t ac_mode;
uint8_t ac_fan_speed;
uint8_t ac_temperature;
uint8_t pm_fan_speed;
uint8_t time_since_last_screen_update;
u_int8_t lightLevelRow1;
u_int8_t lightLevelRow2;
u_int8_t lightLevelRow3;
u_int8_t lightLevelRow4;
void updateuserACmode();