mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
78972a68ab
* 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
26 lines
706 B
JSON
26 lines
706 B
JSON
{
|
|
"tail": {
|
|
"tail": "tail",
|
|
"label": {
|
|
"filename": "Filename",
|
|
"type": "File type",
|
|
"splitlines": "Split on",
|
|
"name": "Name",
|
|
"regex": "split character or regex"
|
|
},
|
|
"action": {
|
|
"text": "Text - returns String",
|
|
"binary": "Binary - returns Buffer"
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|