Skip to content

shijuamt/node-red-contrib-hello

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

node-red-contrib-hello-world

A Node-RED node to show Hello.

Install

Run the following command in your Node-RED user directory - typically ~/.node-red

npm install node-red-contrib-hello

Usage

This node sets "Hello World" in the msg.payload. There is no additional settings.

Example

With an inject node and a debug node.

[{"id":"2d03f3df.af1a9c","type":"inject","z":"d798bf30.6a942","name":"","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"","once":false,"x":112.5,"y":94,"wires":[["72eef86b.68ecb8"]]},{"id":"72eef86b.68ecb8","type":"hello","z":"d798bf30.6a942","name":"","x":254.5,"y":176,"wires":[["308905fc.912e1a"]]},{"id":"308905fc.912e1a","type":"debug","z":"d798bf30.6a942","name":"","active":true,"console":"false","complete":"false","x":440.5,"y":255,"wires":[]}]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published