node-red-contrib-taiponrock-menyar 1.0.3
A Node-RED node that returns a fixed string 'Taiponrock'.
node-red-contrib-taiponrock
Overview
This node is a Node-RED custom node that ignores any input and always returns the string "Taiponrock"
.
It is a simple modification of the default lower-case
sample node.
How to use
- Inject any message.
- The output
msg.payload
will always be"Taiponrock"
. - You can use it to test Node-RED node creation and customization.
Example
Inject → Taiponrock → Debug
Environment
Requires Node.js and Node-RED installed locally.
Change Log
v1.0.0 - Initial release