mirror of
https://github.com/esphome/esphome.git
synced 2025-10-30 22:53:59 +00:00
Getting closer
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user