mirror of
https://github.com/esphome/esphome.git
synced 2025-03-15 15:18:16 +00:00
Getting closer
This commit is contained in:
parent
53abc44eba
commit
b3682e274a
@ -21,13 +21,6 @@ void VornadoIR::send_power_toggle() {
|
||||
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() {
|
||||
ESP_LOGI(TAG, "Sending change direction request");
|
||||
this->transmit_(TOTO_IR_FIRST_POWER_TIMINGS);
|
||||
|
Loading…
x
Reference in New Issue
Block a user