|
70 | 70 | } |
71 | 71 | }, |
72 | 72 | "catch": { |
73 | | - "catch": "catch all", |
74 | | - "catchNodes": "catch (__number__)", |
| 73 | + "catch": "catch: all", |
| 74 | + "catchNodes": "catch: __number__", |
75 | 75 | "label": { |
76 | 76 | "source": "Catch errors from", |
77 | 77 | "node": "node", |
|
86 | 86 | } |
87 | 87 | }, |
88 | 88 | "status": { |
89 | | - "status": "status (all)", |
90 | | - "statusNodes": "status (__number__)", |
| 89 | + "status": "status: all", |
| 90 | + "statusNodes": "status: __number__", |
91 | 91 | "label": { |
92 | 92 | "source": "Report status from", |
93 | 93 | "node": "node", |
|
166 | 166 | } |
167 | 167 | }, |
168 | 168 | "exec": { |
| 169 | + "exec": "exec", |
| 170 | + "spawn": "spawn", |
169 | 171 | "label": { |
170 | 172 | "command": "Command", |
171 | 173 | "append": "Append", |
|
195 | 197 | "tip": "See the Info tab for help writing functions." |
196 | 198 | }, |
197 | 199 | "template": { |
| 200 | + "template": "template", |
198 | 201 | "label": { |
199 | 202 | "template": "Template", |
200 | 203 | "property": "Set property", |
|
301 | 304 | } |
302 | 305 | }, |
303 | 306 | "comment": { |
| 307 | + "comment": "comment", |
304 | 308 | "label": { |
305 | 309 | "title": "Title", |
306 | 310 | "body": "Body" |
|
416 | 420 | } |
417 | 421 | }, |
418 | 422 | "watch": { |
| 423 | + "watch": "watch", |
419 | 424 | "label": { |
420 | 425 | "files": "File(s)", |
421 | 426 | "recursive": "Watch sub-directories recursively" |
|
542 | 547 | } |
543 | 548 | }, |
544 | 549 | "switch": { |
| 550 | + "switch": "switch", |
545 | 551 | "label": { |
546 | 552 | "property": "Property", |
547 | 553 | "rule": "rule", |
|
597 | 603 | } |
598 | 604 | }, |
599 | 605 | "range": { |
| 606 | + "range": "range", |
600 | 607 | "label": { |
601 | 608 | "action": "Action", |
602 | 609 | "inputrange": "Map the input range", |
|
784 | 791 | } |
785 | 792 | }, |
786 | 793 | "tail": { |
| 794 | + "tail": "tail", |
787 | 795 | "label": { |
788 | 796 | "filename": "Filename", |
789 | 797 | "type": "File type", |
|
837 | 845 | "tip": "Tip: The filename should be an absolute path, otherwise it will be relative to the working directory of the Node-RED process." |
838 | 846 | }, |
839 | 847 | "split": { |
| 848 | + "split": "split", |
840 | 849 | "intro":"Split <code>msg.payload</code> based on type:", |
841 | 850 | "object":"<b>Object</b>", |
842 | 851 | "objectSend":"Send a message for each key/value pair", |
|
848 | 857 | "addname":" Copy key to " |
849 | 858 | }, |
850 | 859 | "join":{ |
| 860 | + "join": "join", |
851 | 861 | "mode":{ |
852 | 862 | "mode":"Mode", |
853 | 863 | "auto":"automatic", |
|
894 | 904 | } |
895 | 905 | }, |
896 | 906 | "sort" : { |
| 907 | + "sort": "sort", |
897 | 908 | "target" : "Sort", |
898 | 909 | "seq" : "message sequence", |
899 | 910 | "key" : "Key", |
|
907 | 918 | "clear" : "clear pending message in sort node" |
908 | 919 | }, |
909 | 920 | "batch" : { |
| 921 | + "batch": "batch", |
910 | 922 | "mode": { |
911 | 923 | "label" : "Mode", |
912 | 924 | "num-msgs" : "Group by number of messages", |
|
0 commit comments