fix aircon and other
This commit is contained in:
parent
c99348bb72
commit
742027acf0
4 changed files with 93 additions and 74 deletions
|
|
@ -22,6 +22,9 @@ class ISEDisplay : public ESPMegaDisplay {
|
|||
ISEDisplay(HardwareSerial* adapter);
|
||||
void begin(DigitalInputCard* inputCard, DigitalOutputCard* outputCard, ClimateCard* climateCard);
|
||||
void updateLightGroupStatePageDashboard();
|
||||
void updateLightGroupStatePageStandby();
|
||||
void updateAirPurifierState();
|
||||
void updateAirPurifierStateStandby();
|
||||
void updateDateTimeText(rtctime_t time);
|
||||
void updateWeather(char *weather_string);
|
||||
void updateTempOutside(float temp_outside);
|
||||
|
|
@ -56,14 +59,9 @@ class ISEDisplay : public ESPMegaDisplay {
|
|||
u_int8_t lightLevelRow3;
|
||||
u_int8_t lightLevelRow4;
|
||||
|
||||
|
||||
void updateACState();
|
||||
void updateuserACmode();
|
||||
void updateACfanSpeed();
|
||||
void updateLightGroupStatePageStandby();
|
||||
void updateAirPurifierState();
|
||||
void updateAirPurifierStateStandby();
|
||||
void updateACState();
|
||||
|
||||
bool calculateLightGroupState();
|
||||
void toggleLightGroupState();
|
||||
void toggleLightGroupStateStandby();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue