This website requires JavaScript.
Explore
Help
Sign In
frodovdr
/
node-red
Watch
1
Star
0
Fork
0
You've already forked node-red
mirror of
https://github.com/node-red/node-red.git
synced
2023-10-10 13:36:53 +02:00
Code
Issues
Releases
Wiki
Activity
f44272877e
node-red
/
nodes
/
core
/
logic
History
Dave C-J
3982dcdaf1
Add change node to core/logic - allows simple(r) manipulation of some payloads and msg.properties to save having to write functions for these basic tasks. You can replace contents (regex based or simple swap), and add, modify or delete proerties.
2013-11-24 22:25:35 +00:00
..
10-switch.html
Add default name to switch node (for when name not specified - to be more consistent with other nodes)
2013-11-24 22:22:35 +00:00
10-switch.js
Add "otherwise" option to switch node - also added ability to stop checking after first match or keep matching (as-is today). Fixes Issue
#88
2013-11-22 16:25:02 +00:00
15-change.html
Add change node to core/logic - allows simple(r) manipulation of some payloads and msg.properties to save having to write functions for these basic tasks. You can replace contents (regex based or simple swap), and add, modify or delete proerties.
2013-11-24 22:25:35 +00:00
15-change.js
Add change node to core/logic - allows simple(r) manipulation of some payloads and msg.properties to save having to write functions for these basic tasks. You can replace contents (regex based or simple swap), and add, modify or delete proerties.
2013-11-24 22:25:35 +00:00