fix(daemon): Refactor shutdown initiation logic in daemon by moving the initiateShutdown and monitorDuringShutdown methods from the SNMP manager to the daemon, and update calls accordingly

This commit is contained in:
2025-03-25 11:49:50 +00:00
parent 901127f784
commit e47f316d0a
4 changed files with 95 additions and 29 deletions

View File

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