Skip to content

Commit

Permalink
fix indetation
Browse files Browse the repository at this point in the history
  • Loading branch information
north3221 committed Jul 24, 2024
1 parent 4afa749 commit 31e9f97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/samsung_ac/protocol_non_nasa.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -572,8 +572,8 @@ namespace esphome
{
last_command20s_[nonpacket_.src] = nonpacket_.command20;
target->set_target_temperature(nonpacket_.src, nonpacket_.command20.target_temp);
// TODO
target->set_target_water_temperature(nonpacket_.src, false);
// TODO
target->set_target_water_temperature(nonpacket_.src, false);
target->set_room_temperature(nonpacket_.src, nonpacket_.command20.room_temp);
target->set_power(nonpacket_.src, nonpacket_.command20.power);
target->set_mode(nonpacket_.src, nonnasa_mode_to_mode(nonpacket_.command20.mode));
Expand Down

0 comments on commit 31e9f97

Please sign in to comment.