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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,8 @@
1
1
# Changelog
2
2
## 3.5.1 [in progress]
3
+
### Features
4
+
-[#117](https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino/pull/117) - Added `InfluxDBClient::pointToLineProtocol(const Point& point)` for simple creation of InfluxDB line-protocol string with respect to default tags
Copy file name to clipboardExpand all lines: src/InfluxDbClient.h
+7-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -110,13 +110,15 @@ class InfluxDBClient {
110
110
// authToken - InfluxDB 2 authorization token
111
111
// 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.
// serverUrl - url of the InfluxDB server (e.g. http://localhost:8086)
115
115
// db - database name where to store or read data
116
116
// user - Optional. User name, in case of server requires authetication
117
117
// password - Optional. User password, in case of server requires authetication
118
118
// 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