implement remote variable
This commit is contained in:
parent
d8c57b4a22
commit
cac235a536
4 changed files with 130 additions and 9 deletions
|
|
@ -23,9 +23,10 @@ class ISEDisplay : public ESPMegaDisplay {
|
|||
void begin(DigitalInputCard* inputCard, DigitalOutputCard* outputCard, ClimateCard* climateCard);
|
||||
|
||||
void updateDateTimeText(rtctime_t time);
|
||||
void updateWeather(uint8_t weather_code, float outside_temp);
|
||||
void updatePMoutside(float pm25_outside);
|
||||
void updatePMinside(float pm25_inside);
|
||||
void updateWeather(char *weather_string);
|
||||
void updateTempOutside(float temp_outside);
|
||||
void updatePMoutside(u_int16_t pm25_outside);
|
||||
void updatePMinside(u_int8_t pm25_inside);
|
||||
void loop();
|
||||
|
||||
private:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue