-
Notifications
You must be signed in to change notification settings - Fork 836
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fujitsu: Add support for
ARREW4E
model. (#1456)
* All Models: - Add `setId()` & `getId()` for controlling multiple A/C units in the same area. (`IRFujitsuAC` class only) - Relax tests in `decodeFujitsu()` to match different IDs. - Tweak timing tolerance for `decodeFujitsu()` to improve matching. * `ARREW4E` models - Support new temperature setting style. * Half degrees (Celsius) e.g. `25.5` * Native Fahrenheit support. * Allow _Outside Quiet_, _Powerful_, & _Economy_ settings. * Add support for _10C Heat_ setting. (`IRFujitsuAC` class only) * Improve header messages in generated `IRtext.h` Fixes #1455
- Loading branch information
1 parent
02c7651
commit 635ec85
Showing
12 changed files
with
562 additions
and
162 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.