mirror of
https://github.com/tiqi-group/pydase_service_base.git
synced 2025-06-06 12:40:41 +02:00
fixing docs
This commit is contained in:
parent
80150ab50a
commit
a561dc8888
@ -106,7 +106,7 @@ with InfluxDBv1Session() as influx_client:
|
||||
"time": "2023-06-05T00:00:00Z", # Replace with your timestamp
|
||||
}
|
||||
]
|
||||
influx_client.write_points(data=[data, data], database="other_database")
|
||||
influx_client.write_points(data=data, database="other_database")
|
||||
|
||||
# just write one point into the client's current database
|
||||
influx_client.write(data=data[0])
|
||||
|
@ -49,7 +49,7 @@ class InfluxDBv1Session:
|
||||
"time": "2023-06-05T00:00:00Z", # Replace with your timestamp
|
||||
}
|
||||
]
|
||||
influx_client.write_points(data=[data, data], database="other_database")
|
||||
influx_client.write_points(data=data, database="other_database")
|
||||
|
||||
# just write one point into the client's current database
|
||||
influx_client.write(data=data[0])
|
||||
|
Loading…
x
Reference in New Issue
Block a user