fix(systemd/readme): Improve README documentation and fix UPS status retrieval in systemd service

This commit is contained in:
2025-03-25 09:49:30 +00:00
parent fce5a9bafd
commit 7ef38cf961
4 changed files with 89 additions and 7 deletions

View File

@@ -1,5 +1,13 @@
# Changelog
## 2025-03-25 - 1.10.1 - fix(systemd/readme)
Improve README documentation and fix UPS status retrieval in systemd service
- Updated README features and installation instructions to clarify SNMP version support, UPS models, and configuration
- Modified default SNMP host to '192.168.1.100' and added 'upsModel' property in configuration examples
- Enhanced instructions for real-time log viewing and update process in README
- Fixed systemd.ts to use a test configuration with an appropriate timeout when fetching UPS status
## 2025-03-25 - 1.10.0 - feat(core)
Add update checking and version logging across startup components