Skip to content

Commit

Permalink
setLight and setTemp
Browse files Browse the repository at this point in the history
  • Loading branch information
netmindz committed Oct 7, 2023
1 parent 8e38ff1 commit 5d00a78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/BalboaGL/ESPBalboaGL.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ climate::ClimateTraits& BalboaGL::config_traits() {
void BalboaGL::control(const climate::ClimateCall &call) {
ESP_LOGV(TAG, "Control called.");

// bool updated = false;
bool updated = false;
// bool has_mode = call.get_mode().has_value();
bool has_temp = call.get_target_temperature().has_value();
// if (has_mode){
Expand Down

0 comments on commit 5d00a78

Please sign in to comment.