Getting closer

This commit is contained in:
Jordan Zucker 2024-11-16 23:43:05 -08:00
parent 53abc44eba
commit b3682e274a

View file

@ -21,13 +21,6 @@ void VornadoIR::send_power_toggle() {
this->transmit_(TOTO_IR_THIRD_POWER_TIMINGS); this->transmit_(TOTO_IR_THIRD_POWER_TIMINGS);
} }
void VornadoIR::send_power_toggle() {
ESP_LOGI(TAG, "Sending power toggle request");
this->transmit_(TOTO_IR_FIRST_POWER_TIMINGS);
this->transmit_(TOTO_IR_SECOND_POWER_TIMINGS);
this->transmit_(TOTO_IR_THIRD_POWER_TIMINGS);
}
void VornadoIR::send_change_direction() { void VornadoIR::send_change_direction() {
ESP_LOGI(TAG, "Sending change direction request"); ESP_LOGI(TAG, "Sending change direction request");
this->transmit_(TOTO_IR_FIRST_POWER_TIMINGS); this->transmit_(TOTO_IR_FIRST_POWER_TIMINGS);