fix(snmp): Fix Eaton UPS support by updating power status OID and adjusting battery runtime conversion.

This commit is contained in:
2025-03-25 14:47:57 +00:00
parent 5bb775b17d
commit 896233914f
4 changed files with 27 additions and 6 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2025-03-25 - 2.5.1 - fix(snmp)
Fix Eaton UPS support by updating power status OID and adjusting battery runtime conversion.
- Updated Eaton UPS power status OID to '1.3.6.1.4.1.534.1.4.4.0' to correctly detect online/battery status.
- Added conversion for Eaton UPS battery runtime from seconds to minutes in SNMP manager.
## 2025-03-25 - 2.5.0 - feat(cli)
Automatically restart running NUPST service after configuration changes in interactive setup