Skip to content

Commit

Permalink
select
Browse files Browse the repository at this point in the history
  • Loading branch information
netmindz committed Nov 2, 2023
1 parent 77818d3 commit f1cd725
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions components/BalboaGL/select/BalboaGLSelect.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ namespace esphome {
public:
void set_spa(balboaGL* spa) {
this->spa = spa;
}
void control(const std::string &value) override {

}
private:
balboaGL* spa;
Expand All @@ -23,6 +26,9 @@ namespace esphome {
public:
void set_spa(balboaGL* spa) {
this->spa = spa;
}
void control(const std::string &value) override {

}
private:
balboaGL* spa;
Expand Down

0 comments on commit f1cd725

Please sign in to comment.