comment our remote var
This commit is contained in:
parent
733ed54f9b
commit
c99348bb72
3 changed files with 60 additions and 53 deletions
|
|
@ -35,6 +35,7 @@ class ISEDisplay : public ESPMegaDisplay {
|
|||
|
||||
void handleTouch(uint8_t page, uint8_t component, uint8_t touch_type);
|
||||
void handlePWMChange(uint8_t pin, bool state, uint16_t value);
|
||||
void handleACChange(uint8_t mode, uint8_t fan_speed, uint8_t temperature);
|
||||
void setPMstate(bool is_pm_on, uint8_t pm_fan_speed);
|
||||
void setACstate(uint8_t ac_fan_speed, uint8_t ac_mode, uint8_t ac_temperature);
|
||||
void setLightLevel(uint8_t row, uint8_t level);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue