mirror of
https://github.com/esphome/esphome.git
synced 2025-03-14 06:38:17 +00:00
Fix the function declaration in the .h file
This commit is contained in:
parent
fb3d2c1e18
commit
9b423e3ed0
@ -90,7 +90,7 @@ class AirtonClimate : public climate_ir::ClimateIR {
|
||||
void set_display_state(bool state, bool send_ir);
|
||||
bool get_display_state() const;
|
||||
void set_vertical_direction_state(VerticalDirection state);
|
||||
void set_vertical_direction_state(std::string state);
|
||||
void set_vertical_direction_state(const std::string &state);
|
||||
VerticalDirection get_vertical_direction_state() const;
|
||||
|
||||
private:
|
||||
|
Loading…
x
Reference in New Issue
Block a user