You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Allows insecure connection by skiping server certificate validation.
@@ -106,15 +106,15 @@ class InfluxDBClient {
106
106
// bucket - name of the bucket to write data into
107
107
// authToken - InfluxDB 2 authorization token
108
108
// serverCert - Optional. InfluxDB 2 server trusted certificate (or CA certificate) or certificate SHA1 fingerprint. Should be stored in PROGMEM. Only in case of https connection.
// Must be called before calling any method initiating a connection to server.
112
112
// serverUrl - url of the InfluxDB server (e.g. http://localhost:8086)
113
113
// db - database name where to store or read data
114
114
// user - Optional. User name, in case of server requires authetication
115
115
// password - Optional. User password, in case of server requires authetication
116
116
// certInfo - Optional. InfluxDB server trusted certificate (or CA certificate) or certificate SHA1 fingerprint. Should be stored in PROGMEM. Only in case of https connection.
0 commit comments