Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 344 Bytes

README.rst

File metadata and controls

7 lines (5 loc) · 344 Bytes

ts_HVAC is a CSC that controls the HVAC system via MQTT messages. It also contains components to generate the HVAC SAL XML files.

This code uses pre-commit to maintain black formatting and flake8 compliance. To enable this:

  • Run pre-commit install once.
  • If directed, run git config --unset-all core.hooksPath once.