mirror of
https://github.com/esphome/esphome.git
synced 2024-12-25 06:54:52 +01:00
Getting closer
This commit is contained in:
parent
53abc44eba
commit
b3682e274a
1 changed files with 0 additions and 7 deletions
|
@ -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…
Reference in a new issue