Skip to content

Commit

Permalink
Merge branch 'dhw_power' into water_outlet_setpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
north3221 committed Jul 26, 2024
2 parents add9d03 + 3873080 commit 2443420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/samsung_ac/protocol_nasa.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ namespace esphome
if (request.water_heater_power)
{
MessageSet waterheaterpower(MessageNumber::ENUM_in_water_heater_power);
dhwpower.value = request.water_heater_power.value() ? 1 : 0;
waterheaterpower.value = request.water_heater_power.value() ? 1 : 0;
packet.messages.push_back(waterheaterpower);
}

Expand Down

0 comments on commit 2443420

Please sign in to comment.