Move param doc (#2843)

moved param doc from docs repo to here
This commit is contained in:
CaCO3
2024-01-31 21:53:56 +01:00
committed by GitHub
parent 4990858101
commit 8410df6144
104 changed files with 958 additions and 18 deletions

View File

@@ -0,0 +1,7 @@
# Parameter `Database`
Default Value: `''`
Name of the InfluxDB v1 Database into which to publish the values.
!!! Note
See section `InfluxDBv2` for InfluxDB v2 support!

View File

@@ -0,0 +1,4 @@
# Parameter `<NUMBER>.Field`
Default Value: `undefined`
Dedicated definition of the field for InfluxDB use for saving in the Influx database (e.g.: "watermeter/value").

View File

@@ -0,0 +1,7 @@
# Parameter `Measurement`
Default Value: `undefined`
Name of the InfluxDB v1 Measurement to use to publish the value.
!!! Note
See section `InfluxDBv2` for InfluxDB v2 support!

View File

@@ -0,0 +1,7 @@
# 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
See section `InfluxDBv2` for InfluxDB v2 support!

View File

@@ -0,0 +1,7 @@
# Parameter `password`
Default Value: `undefined`
Password for the InfluxDB v1 authentication.
!!! Note
See section `InfluxDBv2` for InfluxDB v2 support!

View File

@@ -0,0 +1,7 @@
# Parameter `user`
Default Value: `undefined`
Username for the InfluxDB v1 authentication.
!!! Note
See section `InfluxDBv2` for InfluxDB v2 support!