-
Notifications
You must be signed in to change notification settings - Fork 836
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add unit test to check all supported protocols are supported in `decodeToState() #1067
Labels
Comments
crankyoldgit
added a commit
that referenced
this issue
Mar 23, 2020
Add Unit tests where possible to all protocols. Some in multiple places. Fixes #1067
Due to the structure of the AC classes, you can't just loop over |
crankyoldgit
added a commit
that referenced
this issue
Mar 25, 2020
Add Unit tests where possible to all protocols. Some in multiple places. Fixes #1067
crankyoldgit
added a commit
that referenced
this issue
Apr 9, 2020
_v2.7.5 (20200409)_ **[Features]** - Detailed support for `HITACHI_AC1` protocol. (#1056, #1061, #1072) - update sharp to match Sharp AH-A5SAY (#1074) - Experimental support for AIRWELL protocol. (#1069, #1070) - SamsungAC: Add Breeze (Aka WindFree) control (#1062, #1071) - Support for Daikin FFN-C A/C (#1064, #1065) - Add basic support for HITACHI_AC3 protocol. (#1060, #1063) - Add support for `SYMPHONY` 11 bit protocol. (#1057, #1058) - IRMQTTServer: Improve Home-Assistant discovery by sending a 'device' with the discovery packet (#1055) **[Misc]** - Clean up support status of various protocols. - Add `decodeToState()` unit tests to all supported protocols (#1067, #1068) - Add Gree AC example code. (#1066)
Merged
crankyoldgit
added a commit
that referenced
this issue
Apr 9, 2020
_v2.7.5 (20200409)_ **[Features]** - Detailed support for `HITACHI_AC1` protocol. (#1056, #1061, #1072) - update sharp to match Sharp AH-A5SAY (#1074) - Experimental support for AIRWELL protocol. (#1069, #1070) - SamsungAC: Add Breeze (Aka WindFree) control (#1062, #1071) - Support for Daikin FFN-C A/C (#1064, #1065) - Add basic support for HITACHI_AC3 protocol. (#1060, #1063) - Add support for `SYMPHONY` 11 bit protocol. (#1057, #1058) - IRMQTTServer: Improve Home-Assistant discovery by sending a 'device' with the discovery packet (#1055) **[Misc]** - Clean up support status of various protocols. - Add `decodeToState()` unit tests to all supported protocols (#1067, #1068) - Add Gree AC example code. (#1066)
FYI, This has been included in the new v2.7.5 release of the library. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Originally posted by @chongkk in #1064 (comment)
Seems I miss this step occasionally. Add a unit test that cycles through all the
IRac::isProtocolSupported()
protocols to confirm there is correspondingIRAcUtils::decodeToState()
functionality.The text was updated successfully, but these errors were encountered: