stackhero-io / node-red-contrib-stackhero-influxdb-v2

Node-RED node to read and write to an InfluxDB v2 database.
31 stars 7 forks source link

Error in function example code #21

Open bobcroft opened 1 year ago

bobcroft commented 1 year ago

In the multiple query example the range has an error in the stop time, it is shown as range(start: -24h, stop: now), this returns an error. The correct form is , range(start: -24h, stop: now())