a649c598ad
Phase 1-2: Migrate to Deno with npm: and node: specifiers
...
- Created deno.json configuration
- Updated all imports to use npm:net-snmp@3.20 .0
- Changed all Node.js built-in imports to node: specifiers
- Updated all .js extensions to .ts in imports
- Created mod.ts as Deno entry point
- Ready for Phase 3: CLI simplification
2025-10-18 11:59:55 +00:00
0e55f22dad
BREAKING CHANGE(core): Add multi-UPS support and group management; update CLI, configuration and documentation to support multiple UPS devices with group modes
2025-03-28 16:19:43 +00:00
f3de3f0618
fix(logger): Replace direct console logging with unified logger interface for consistent formatting
2025-03-26 22:28:38 +00:00
65444b6d25
fix(daemon): Adjust console log box formatting for consistent output in daemon status messages
2025-03-26 18:04:12 +00:00
1123a99aea
fix(cli): Improve console output formatting for status banners and logging messages
2025-03-26 18:00:54 +00:00
be6a7314c3
fix(daemon, setup): Improve shutdown command detection and fallback logic; update setup script to use absolute Node/npm paths
2025-03-26 15:49:54 +00:00
5a13e49803
update to use net-snmp
2025-03-26 13:13:01 +00:00
e47f316d0a
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
2025-03-25 11:49:50 +00:00
ecfd171f97
BREAKING CHANGE(snmp): refactor: update SNMP type definitions and interface names for consistency
2025-03-25 10:21:21 +00:00
8ee21ea92b
feat(core): Add update checking and version logging across startup components
2025-03-25 09:27:44 +00:00
8431ef91a8
fix(cli): Refactor logs command to use child_process spawn for real-time log tailing
2025-03-25 09:20:55 +00:00
1e74fbe367
initial
2025-03-25 09:06:23 +00:00