This commit is contained in:
CaCO3
2023-02-20 23:29:45 +01:00
parent 864cbe61be
commit 2eb8f6fb0f
74 changed files with 2 additions and 178 deletions

View File

@@ -1,4 +1,3 @@
# Parameter `Database`
Default Value: `''`
Name of the Database into which to publish the values.

View File

@@ -1,4 +1,3 @@
# Parameter `Measurement`
Default Value: `undefined`
Name of the Measurement to use to publish the value.

View File

@@ -1,7 +1,5 @@
# Parameter `Uri`
Default Value: `undefined`
URI of the HTTP interface to InfluxDB v1, without trailing slash, e.g. `http://192.168.1.1:8086`.
!!! Note
Currently only InfluxDB v1 is supported!

View File

@@ -1,7 +1,5 @@
# Parameter `password`
Default Value: `undefined`
Password for the InfluxDB v1 authentication.
!!! Note
Currently only InfluxDB v1 is supported!

View File

@@ -1,8 +1,5 @@
# Parameter `user`
Default Value: `undefined`
Username for the InfluxDB v1 authentication.
!!! Note
Currently only InfluxDB v1 is supported!