feat(smarthome): add smart home features and Home Assistant integration (WebSocket protocol, discovery, factories, interfaces)
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user