updated parameters

This commit is contained in:
CaCO3
2023-02-05 01:12:38 +01:00
parent 80af3abe3d
commit b9dceabaad
49 changed files with 191 additions and 171 deletions

View File

@@ -1,10 +1,5 @@
# Parameter `Database`
Default Value: ``
## Description
Please fill me with an explanation and useful links
Name of the Database into which to publish the values.

View File

@@ -1,10 +1,5 @@
# Parameter `Measurement`
Default Value: `undefined`
## Description
Please fill me with an explanation and useful links
Name of the Measurement to use to publish the value.

View File

@@ -1,10 +1,8 @@
# Parameter `Uri`
Default Value: `undefined`
## Description
Please fill me with an explanation and useful links
URI of the HTTP interface to InfluxDB v1, without trailing slash, e.g. `http://IP-Address:Port`.
!!! Note
Currently only InfluxDB v1 is supported!

View File

@@ -1,10 +1,8 @@
# Parameter `password`
Default Value: `undefined`
## Description
Please fill me with an explanation and useful links
Password for the InfluxDB v1 authentication.
!!! Note
Currently only InfluxDB v1 is supported!

View File

@@ -1,10 +1,9 @@
# Parameter `user`
Default Value: `undefined`
## Description
Please fill me with an explanation and useful links
Username for the InfluxDB v1 authentication.
!!! Note
Currently only InfluxDB v1 is supported!