node-red-contrib-car-bmw
Version:
Node-RED nodes to connect to BMW ConnectedDrive and read infos of your car.
36 lines (35 loc) • 1.04 kB
JSON
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Launch Node-RED",
"type": "pwa-node",
"request": "launch",
"skipFiles": [
"<node_internals>/**"
],
"program": "c:/apps/node-red-3.0.2/node-red/red.js",
"env": {
"DEBUG": "bmw", // uncomment for additional debug logs
"NODE_ENV": "testing"
}
},
{
"name": "Launch Develop",
"type": "node",
"request": "launch",
"program": "${workspaceRoot}/test/develop.js",
"stopOnEntry": false,
"cwd": "${workspaceRoot}",
"runtimeExecutable": null,
"console": "integratedTerminal",
"env": {
"DEBUG": "bmw", // uncomment for additional debug logs
"NODE_ENV": "testing"
}
}
]
}