Skip to content

Commit

Permalink
Add logging for missing swing mode
Browse files Browse the repository at this point in the history
  • Loading branch information
lanwin committed Feb 8, 2024
1 parent b29d941 commit af9304b
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 @@ -425,12 +425,12 @@ namespace esphome

void NonNasaProtocol::publish_altmode_message(MessageTarget *target, const std::string &address, AltMode value)
{
// TODO
ESP_LOGW(TAG, "change altmode is currently not implemented");
}

void NonNasaProtocol::publish_swing_mode_message(MessageTarget *target, const std::string &address, SwingMode value)
{
// TODO
ESP_LOGW(TAG, "change swingmode is currently not implemented");
}

Mode nonnasa_mode_to_mode(NonNasaMode value)
Expand Down

0 comments on commit af9304b

Please sign in to comment.