Tail node add input filename (#557)

* Allow input

Added input point, removed requirement for data on data point 'filename' and added help text for new input parameter.

* Added filename parameter as an input

Handling of input msg add for parameter 'filename'. Monitoring will stop if no filename is defined either at the node level or as an input.

* Added 'state' to locale

Messages for node state added for en_US language

* Replaced messages with pointers to locale file

* Typo fixed

* Made inputs dynamic

Input bullet only available if filename is empty
This commit is contained in:
zinen
2019-08-15 23:03:13 +02:00
committed by Dave Conway-Jones
parent e87c7947a8
commit 78972a68ab
3 changed files with 48 additions and 5 deletions

View File

@@ -15,6 +15,11 @@
"errors": {
"windowsnotsupport": "Not currently supported on Windows.",
"filenotfound": "File not found"
},
"state":{
"stopped": "stopped",
"nofilename":"Missing filename on input",
"nofilechange":"No change of filename input"
}
}
}