InfluxDB Read Query Action
Run InfluxDB query completely serverless via Thingsup IoT Platform. Execute a read query on InfluxDB with simple MQTT rules engine or HTTP APIs.
Function
//Example 1
Query = "select Count(Result) from MY_MEASUREMENT WHERE time > now() - 24h GROUP BY time(30m) order by time desc"//Example 2
Query = `SELECT * FROM "ienergyDigital" WHERE "Current" = 4.17`Connection ID

Last updated
Was this helpful?