fixed input publish and change climate to name
This commit is contained in:
parent
4c77474a94
commit
e1f0fd5651
6 changed files with 55 additions and 14 deletions
|
@ -52,9 +52,13 @@ class ClimateCard : public ExpansionCard {
|
|||
void setTemperature(uint8_t temperature);
|
||||
uint8_t getTemperature();
|
||||
void setMode(uint8_t mode);
|
||||
void setModeByName(const char* mode_name);
|
||||
uint8_t getMode();
|
||||
char* getModeName();
|
||||
void setFanSpeed(uint8_t fan_speed);
|
||||
void setFanSpeedByName(const char* fan_speed_name);
|
||||
uint8_t getFanSpeed();
|
||||
char* getFanSpeedName();
|
||||
float getRoomTemperature();
|
||||
float getHumidity();
|
||||
uint8_t getSensorType();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue