From 12846b92a8eafc1349129c9fb5b6297e97319e5d Mon Sep 17 00:00:00 2001 From: Mike Blackstock Date: Sun, 21 Jun 2020 14:51:53 -0700 Subject: [PATCH] Update README Do not support InfluxDb 2.0 yet --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 58ff9ae..e1a28ae 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # node-red-contrib-influxdb -A Node-RED node to write and query data from an influxdb time series database. These nodes use the influxDB 1.x client for node.js, specifically calling the **writePoints()**, and **query()** methods. Currently these nodes can only communicate with one influxdb host. +A Node-RED node to write and query data from an influxdb time series database. These nodes use the influxDB 1.x client for node.js, specifically calling the **writePoints()**, and **query()** methods. Currently these nodes can only communicate with one influxdb host. These nodes do not support InfluxDb 2.0 yet. ## Prerequisites