0.0.2 • Published 8 years ago

node-red-contrib-thethingsio v0.0.2

Weekly downloads
2
License
MIT
Repository
bitbucket
Last release
8 years ago

node-red-contrib-thethingsio

Node-RED node to send data to thethings.io IoT platform

Install it

Local user installation:

cd ~\.node-red
npm install node-red-contrib-thethingsio

Global installation (as root):

npm install -g node-red-contrib-thethingsio

Restart your node-red instance and you should have a "thethingsio" output node available.

Use it

This node sends the payload of the message (msg.payload) to your thethings.io account.

You can override the token and key properties with the msg.token and msg.key message attributes. Likewise you can set a custom msg.timestamp to be used (format must be YYYYMMDDhhmmss).

0.0.2

8 years ago

0.0.1

8 years ago