Added support for all the HVAC IR from [IRremoteESP8266](https://github.com/crankyoldgit/IRremoteESP8266)
To be built it requires [SWIG](https://www.swig.org/) 4.2.0
You can build with
python -m build
You can build wheels with [cibuildwheel](https://github.com/pypa/cibuildwheel) and it should take care of building the proper version of swig for you. Use it as follow:
CIBW_BUILD='cp312-*' <path/to>/cibuildwheel --platform linux .
I did not try on MacOS/Windows since I do not have those platforms. I did build wheels for X86 and arm64 for Python 3.10/11/12 . I know it can be built for Python 3.9