Skip to content

Commit

Permalink
Don't send installer function requests automatically (will need manua…
Browse files Browse the repository at this point in the history
…l/additional code)
  • Loading branch information
Sammy1Am committed Oct 8, 2024
1 parent 059a08e commit 59063a1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions esphome/components/mitsubishi_itp/mitsubishi_itp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,6 @@ void MitsubishiUART::update() {
// For now, just requesting it as part of our "init loops" is a good first step.
if (!this->capabilities_requested_) {
IFACTIVE(hp_bridge_.send_packet(CapabilitiesRequestPacket::instance()); this->capabilities_requested_ = true;)
IFACTIVE(hp_bridge_.send_packet(GetRequestPacket::get_functions_1_instance());)
IFACTIVE(hp_bridge_.send_packet(GetRequestPacket::get_functions_2_instance());)
}

// Before requesting additional updates, publish any changes waiting from packets received
Expand Down

0 comments on commit 59063a1

Please sign in to comment.