1
0
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:
Lorenzo Prosseda 2025-02-19 18:45:05 +01:00
parent fb3d2c1e18
commit 9b423e3ed0
No known key found for this signature in database
GPG Key ID: 316B7756E0101C16

View File

@ -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: