-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add pyproject.toml * Add OpenThermMessageType class * Add OpenThermDataSource class * Move tox.ini to pyproject.toml * Add OpenThermCommand class to replace OTGW_CMD_* vars * Remove end-of-file-fixer and isort from pre-commit, ruff handles that * Add OpenThermMessageID type * Move ruff to the end of pre-commit order * Add OpenThermGatewayOpMode class * Split restart_gateway() from set_mode() * Update README.md * Update CHANGELOG.md with a `master` section * Add more type enums * Add reports.py to be used for converting report responses to status dict updates * Add OpenThermGateway.get_report() * Add tests for OpenThermGateway.get_report() * Rewrite gpio poll task to general poll tasks * Implement poll_gpio as generic poll task, update tests * Add ruff linter options to pyproject.toml * Make OpenThermPollTask usable for different task types, remove specific GPIO state poll task class * Let pyotgw.get_report() update status rather than updating it from the poll task * Do not wait for stopped tasks to stop in cleanup(), task.stop() takes care of that. * Add test for poll_tasks.py * Update and fix tests for pyotgw.py * Update CHANGELOG.md
- Loading branch information
Showing
26 changed files
with
1,648 additions
and
717 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.