diff --git a/ui/src/clientLibraries/constants/index.ts b/ui/src/clientLibraries/constants/index.ts index c4fa3429da..dd3e724529 100644 --- a/ui/src/clientLibraries/constants/index.ts +++ b/ui/src/clientLibraries/constants/index.ts @@ -49,11 +49,11 @@ ESP8266WiFiMulti wifiMulti; #define WIFI_PASSWORD "PASSWORD" // InfluxDB v2 server url, e.g. https://eu-central-1-1.aws.cloud2.influxdata.com (Use: InfluxDB UI -> Load Data -> Client Libraries) #define INFLUXDB_URL "<%= server %>" -// InfluxDB v2 server or cloud API authentication token (Use: InfluxDB UI -> Load Data -> Tokens -> ) #define INFLUXDB_TOKEN "<%= token %>" -// InfluxDB v2 organization id (Use: InfluxDB UI -> Settings -> Profile -> ) +// InfluxDB v2 organization id (Use: InfluxDB UI -> User -> About -> Common Ids ) #define INFLUXDB_ORG "<%= org %>" -// InfluxDB v2 bucket name (Use: InfluxDB UI -> Load Data -> Buckets) +// InfluxDB v2 bucket name (Use: InfluxDB UI -> Data -> Buckets) #define INFLUXDB_BUCKET "<%= bucket %>" // Set timezone string according to https://www.gnu.org/software/libc/manual/html_node/TZ-Variable.html