0.1.4 • Published 7 years ago
node-red-contrib-upper v0.1.4
node-red-contrib-upper case
node-red node for accessing the upper case (based on https://jyothis@gitlab.unifiedinbox.com/jyothis/node-red-contrib-uppercase.git)
Installation
npm -g install node-red-contrib-upper
Features
- convert input to upper case letters
Example
With an inject node and a debug node.
[{"id":"e350110e.c7723","type":"function","z":"4a2793c9.cebd1c","name":"","func":"msg.payload = \"MESSAGE\";\nreturn msg;","outputs":1,"noerr":0,"x":343,"y":173,"wires":[["cc46c18a.22a36"]]}]