Add link nodes

This commit is contained in:
Nick O'Leary
2016-02-12 23:18:08 +00:00
parent f07c8108fc
commit e1d09349ff
6 changed files with 135 additions and 1 deletions

View File

@@ -114,6 +114,13 @@
"name": "Debug messages"
}
},
"link": {
"linkIn": "link in",
"linkOut": "link out",
"label": {
"event": "Event name"
}
},
"exec": {
"spawnerr": "Spawn command must be just the command - no spaces or extra parameters",
"badstdout": "Bad STDOUT",