feat: Implement NUT client library and initial project scaffolding for UPS communication.

This commit is contained in:
2026-02-08 00:27:34 +08:00
commit 20f15ac025
11 changed files with 2179 additions and 0 deletions

5
.gitignore vendored Normal file
View File

@@ -0,0 +1,5 @@
node_modules/
dist/
.env
*.log
.DS_Store