add sound, resize weather icon, replace button with slider
This commit is contained in:
parent
89ebcfb64c
commit
d8c57b4a22
37 changed files with 144 additions and 114 deletions
|
|
@ -43,6 +43,7 @@ class ISEDisplay : public ESPMegaDisplay {
|
|||
uint8_t climateCallbackHandle;
|
||||
uint8_t user_mode;
|
||||
uint8_t time_since_last_screen_update;
|
||||
|
||||
|
||||
|
||||
void updateLightGroupStatePageDashboard();
|
||||
|
|
@ -51,6 +52,8 @@ class ISEDisplay : public ESPMegaDisplay {
|
|||
void updateACState();
|
||||
bool calculateLightGroupState();
|
||||
void toggleLightGroupState();
|
||||
void toggleLightIndividual(uint8_t row);
|
||||
void toggleSliderLight(uint8_t row,uint8_t lightLevel);
|
||||
void togglePM();
|
||||
void toggleAC();
|
||||
void changeUserACmode();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue