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

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@serve.zone/nupst',
version: '2.5.0',
version: '2.5.1',
description: 'Node.js UPS Shutdown Tool for SNMP-enabled UPS devices'
}