hello-world-testv1 1.0.0
A custom Node-RED node for HelloWorld
hello-world-testv1
This module is hello-world-testv1 node.
A custom Node-RED node for handling simple label inputs and outputs.
☝️ Pre-requisites
The Node-RED-Dashboard requires Node-RED to be installed.
📌 Installation
To install the node run the following from your Node-RED user directory (~/.node-red
):
npm install hello-world-testv1
Or install the node from the Palette section of your Node-RED editor by searching by name (hello-world-testv1
).
🔧 Usage
Drag and drop the helloWorld node into the Node-RED workspace.
Double-click the node to open its settings.
Enter values for Label1 and Label2.
Connect the node to other nodes and deploy your flow.
When triggered, it will output a payload with label1 and label2 values.
🔗 Node Properties
Label1 - First label input
Label2 - Second label input
🛠 Development
If you want to modify this node, link the package locally to Node-RED:
npm link cd ~/.node-red npm link hello-world-testv1
Restart Node-RED and start testing your changes!
📜 License
This project is licensed under the TAMS License.