tigattack
tigattack
Some time ago I created a Python script to send backup reports to Discord, loosely modelled on my [VeeamNotify](https://github.com/tigattack/VeeamNotify) project. The reports look like this: And the source can be...
## Proposed change This change adds temperature retrieval for Hailo-8 devices: ```jsonc // curl -s localhost:8971/api/stats | jq .service.temperatures { "hailo8": 45.5 } ``` ## Type of change - [...
Checks DB connection & lock status. I'm largely unfamiliar with TS (and Mongo for that matter lol), but this change has achieved my goal and seems to function well. Hopefully...