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,4 @@
# Parameter `Bucket`
Default Value: `''`
Name of the InfluxDB v2 Bucket into which to publish the values.

View File

@@ -0,0 +1,5 @@
# Parameter `Database`
!!! Warning
This parameter is unused!
Use [`Basket`](../Parameters/#InfluxDBv2-Basket) instead!

View File

@@ -0,0 +1,4 @@
# Parameter `<NUMBER>.Field`
Default Value: `undefined`
Field for InfluxDB v2 to use for saving.

View File

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

View File

@@ -0,0 +1,4 @@
# Parameter `Org`
Default Value: `undefined`
Organisation (Org) for InfluxDB v2 authentication

View File

@@ -0,0 +1,4 @@
# Parameter `Token`
Default Value: `undefined`
Token for InfluxDB v2 authentication

View File

@@ -0,0 +1,4 @@
# Parameter `Uri`
Default Value: `undefined`
URI of the HTTP interface to InfluxDB v2, without trailing slash, e.g. `http://192.168.1.1:8086`.