0.0.3 • Published 5 years ago
node-red-node-cloud4machine v0.0.3
node-red-node-cloud4machine
cloud4machine nodes for Node-RED
A Node-RED für Cloud4machine
Install
Run the following command in your Node-RED user directory - typically ~/.node-red
npm i node-red-node-cloud4machine --save
Usage
A function that converts the msg.payload
to and from base64 format.
If the input is a binary buffer it converts it to a Base64 encoded string.
If the input is a Base64 string it converts it back to a binary buffer.