mirror of
https://github.com/tiqi-group/pydase_service_base.git
synced 2025-06-11 06:47:12 +02:00
docs: updates Readme (influxdb v1 ssl config)
This commit is contained in:
@ -104,6 +104,9 @@ with InfluxDBv1Session() as influx_client:
|
||||
influx_client.write_points(data=data, database="other_database")
|
||||
```
|
||||
|
||||
**Note** that you have to set `ssl` and `verify_ssl` to `False` when you are using a local influxdb instance.
|
||||
|
||||
|
||||
### InfluxDBSession
|
||||
|
||||
Interact with an InfluxDB server using the `InfluxDBSession` class. **Note that this class only supports InfluxDB v2** and **requires the `influxdbv2` optional dependency**.
|
||||
|
Reference in New Issue
Block a user