github.com/simpleiot/simpleiot@v0.18.3/contrib/influx/simple.flux (about)

     1  from(bucket:"bec")
     2          |> range(start: -1h)
     3          |> filter(fn: (r) => r._measurement == "points" and
     4  		r.nodeID == "64015fec-2786-47c1-9b4b-a6c92ebc0052" and
     5  		r.type == "value" and
     6  		r._field == "value")