-
Notifications
You must be signed in to change notification settings - Fork 844
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 support for Kelon ACs #1494
Merged
Merged
Changes from 1 commit
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
2168624
Add support for Kelon ACs
depau 7252f46
Allow converting signed ints to string
depau 3810875
Kelon: print dry grade as signed integer
depau 2aa7841
Order strings alphabetically
depau f8392eb
Kelon: Use uint64 to store raw data
depau 9e2b158
Kelon: Fix issues reported by CI
depau 6b87f7b
Kelon: Add defaultBits
depau 217e315
Kelon: Fix incorrect timer operator order
depau 67fae81
Kelon: Add timer time to toString()
depau 583f43b
Kelon: Do not expect footerspace
depau 07e8a96
Kelon: Fix incorrect previous temp/mode revert
depau 31f1793
Kelon: Supercool should set/revert fan speed max
depau 7a289ad
Kelon: toCommon(): do not access _ directly
depau df75050
Kelon: Add unit tests
depau f45f938
Kelon: Add utility method to ensure power on/off
depau 1171ba6
Kelon: Fix Doxygen
depau ff82688
Kelon: Resolve requested changes and lint issues
depau 4d67d14
Kelon: Replace "Dry grade" with just "Dry"
depau 46877ec
Allow converting signed ints to string
depau 7105e42
Kelon: Use signed int string helper for dry grade
depau 1cac6ab
Kelon: Adjust tests for string changes
depau 66c35b1
Kelon: Fix minor lint issues
depau 8553005
Kelon: Add gap between ensurePower commands
depau c3009a2
Kelon: Send ensure power off command separately
depau 47948e2
Kelon: Mark Kelon as stable
depau 1de5d68
Kelon: Lint
depau 892abf9
Fix rebase issues
depau 9a97cb6
Kelon: Address PR review change requests
depau badcad3
Kelon: Add self to Contributors.md
depau 7da0f7e
Kelon: Address PR review change requests
depau f396072
Kelon: Allow providing prev common state
depau 4743f8b
Kelon: Fix typos
depau b8c8174
Kelon: Move toCommon() default value to header
depau 792025f
Kelon: Fix gap time in tests
depau 09ebeb8
Kelon: Handle toggles in toCommon()
depau e4c66dc
Kelon: Add tests for toCommon() toggles
depau File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Kelon: Use uint64 to store raw data
- Loading branch information
commit f8392eba158b9a5ca0a7896d05c80f59cdb6e0e8
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
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If it is working for you, you should list it as STABLE.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll keep these open and do some final testing with the actual AC before this is merged.