feat(smarthome): add smart home features and Home Assistant integration (WebSocket protocol, discovery, factories, interfaces)

This commit is contained in:
2026-01-09 16:20:54 +00:00
parent 7bcec69658
commit 38a6e5c250
23 changed files with 4786 additions and 5 deletions

View File

@@ -17,7 +17,8 @@
"@git.zone/tsbuild": "^4.1.0",
"@git.zone/tsrun": "^2.0.0",
"@git.zone/tstest": "^3.1.3",
"@types/node": "^25.0.3"
"@types/node": "^25.0.3",
"@types/ws": "^8.18.1"
},
"dependencies": {
"@push.rocks/smartdelay": "^3.0.5",
@@ -32,6 +33,7 @@
"ipp": "^2.0.1",
"net-snmp": "^3.26.0",
"node-ssdp": "^4.0.1",
"sonos": "^1.14.2"
"sonos": "^1.14.2",
"ws": "^8.19.0"
}
}