Files
IRremoteESP8266/examples/TurnOnToshibaAC
David Conran 9d4731f1a0 ToshibaAc: Rework to support Carrier models and add more settings. (#1212)
* Turns out some Toshiba & Carrier A/Cs are the same.
* With more data we have adjusted protocol timings.
* Also the protocol has more than the 72bit/9 byte message size.
  - Support 80 bit/10 byte messages which control Econo and Turbo modes.
  - Support 56 bit/7 byte messages which control Swing settings.
* Rework `toString()` output.
* Mode & power settings re-done after more data collection & analysis.
* Add Swing, Econo, & Turbo support.
* Lots of unit tests update and adjusted.
* Common A/C API support updated.

Fixes #1205
2020-07-07 15:31:35 +10:00
..