feat: Add Tapo device integration with discovery and client, and generalize the status server to display IoT status.

This commit is contained in:
sebseb7
2026-01-21 18:13:36 -05:00
parent b6a25a53fc
commit e619acd0da
13 changed files with 1203 additions and 3 deletions

View File

@@ -8,6 +8,7 @@
"start": "node server.js"
},
"dependencies": {
"dotenv": "^17.2.3",
"sqlite3": "^5.1.7",
"ws": "^8.19.0"
}