gitextract_9gbtfjpy/ ├── .github/ │ ├── FUNDING.yml │ └── ISSUE_TEMPLATE/ │ ├── bug_report.md │ ├── feature_request.md │ ├── help-wanted.md │ └── question.md ├── .gitignore ├── LICENSE ├── README.md ├── __init__.py ├── autostart.ini ├── autostart.sh ├── config.save.toml ├── config.toml ├── loop.sh ├── mh_z19.py ├── mh_z19.service ├── pypi/ │ ├── LICENSE │ ├── README.md │ ├── mh_z19/ │ │ ├── __init__.py │ │ ├── __main__.py │ │ └── pwm.py │ ├── setup.cfg │ └── setup.py ├── read.ini ├── read.py ├── send2monitor.ini ├── setid.sh └── setup.sh