homebridge-smartsystem
Version:
SmartServer (Proxy TCP sockets to the cloud, Smappee MQTT, Duotecno IP Nodes, Homekit interface)
38 lines • 826 B
JSON
{
"version": "0.0.1",
"configurations": [
{
"type": "node",
"request": "launch",
"smartStep": true,
"sourceMaps": true,
"name": "Test HB Platform",
"program": "${workspaceFolder}/testHB.js",
"skipFiles": [
"<node_internals>/**"
]
},
{
"type": "node",
"request": "launch",
"smartStep": true,
"sourceMaps": true,
"name": "Run SmartSocket Proxy",
"program": "${workspaceFolder}/testProxy.js",
"skipFiles": [
"<node_internals>/**"
]
},
{
"type": "node",
"request": "launch",
"smartStep": true,
"sourceMaps": true,
"name": "Run Test Websockets",
"program": "${workspaceFolder}/testWS.js",
"skipFiles": [
"<node_internals>/**"
]
}
]
}