Skip to content

Commit

Permalink
Update espmhp.cpp
Browse files Browse the repository at this point in the history
debugging tests
  • Loading branch information
markalston committed Nov 6, 2023
1 parent 7453905 commit d05d552
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/mitsubishi_heatpump/espmhp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ climate::ClimateTraits& MitsubishiHeatPump::config_traits() {
*/
void MitsubishiHeatPump::control(const climate::ClimateCall &call) {
ESP_LOGV(TAG, "Control called.");

ESP_LOGV(TAG, "Returning.");
return;
bool updated = false;
bool has_mode = call.get_mode().has_value();
bool has_temp = call.get_target_temperature().has_value();
Expand Down

0 comments on commit d05d552

Please sign in to comment.