InfluxDB Write Point Action
Insert or Write point to InfluxDB completely serverless via Thingsup IoT Platform. Insert data in InfluxDB with simple MQTT rules engine or HTTP APIs.
Measurement
Function
tags["device"] = payload.devicename;
fields["temperature"] = payload.temperature;
timestamp = null; // Take server TimeConnection ID

Last updated
Was this helpful?