node-red-contrib-thingsboard-gateway
v0.1.0
Published
Node-RED node for sending data to ThingsBoard via Gateway Device using MQTT protocol.
Maintainers
Readme
node-red-contrib-thingsboard-gateway
Send telemetry data from Node-RED to ThingsBoard Gateway using MQTT.
Input
msg.payload should be a valid ThingsBoard gateway telemetry JSON.
Example
{
"deviceName": "sensor-01",
"telemetry": {
"temperature": 27.5
}
}