mirror of
https://github.com/jomjol/AI-on-the-edge-device-docs.git
synced 2025-12-09 04:56:57 +03:00
.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
# Parameter `Database`
|
||||
Default Value: `''`
|
||||
Name of the Database into which to publish the values.
|
||||
|
||||
Name of the InfluxDB v1 Database into which to publish the values.
|
||||
|
||||
!!! Note
|
||||
See section `InfluxDBv2` for InfluxDB v2 support!
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
# Parameter `Measurement`
|
||||
Default Value: `undefined`
|
||||
Name of the Measurement to use to publish the value.
|
||||
|
||||
Name of the InfluxDB v1 Measurement to use to publish the value.
|
||||
|
||||
!!! Note
|
||||
See section `InfluxDBv2` for InfluxDB v2 support!
|
||||
|
||||
@@ -1,6 +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
|
||||
Currently only InfluxDB v1 is supported!
|
||||
See section `InfluxDBv2` for InfluxDB v2 support!
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
# Parameter `password`
|
||||
Default Value: `undefined`
|
||||
|
||||
Password for the InfluxDB v1 authentication.
|
||||
|
||||
!!! Note
|
||||
Currently only InfluxDB v1 is supported!
|
||||
See section `InfluxDBv2` for InfluxDB v2 support!
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
# Parameter `user`
|
||||
Default Value: `undefined`
|
||||
|
||||
Username for the InfluxDB v1 authentication.
|
||||
|
||||
!!! Note
|
||||
Currently only InfluxDB v1 is supported!
|
||||
See section `InfluxDBv2` for InfluxDB v2 support!
|
||||
|
||||
Reference in New Issue
Block a user