Closed vdwpsmt closed 1 year ago
From PR #129
on influx version_1x the precision is added as an argument to the write method. on influx version_18_flux and version_20 the precision is added as an argument on creating the write client, so before any message has arrived.
It is not possible with the current client to change the precision on write.
not possible to overwrite precision with the incoming message key msg.precision occurs (in my case) when selecting v2.0 as my influxdb. the node keeps using the property time precision as shown in the form (precisionV18FluxV20 in the backend). precisionV18FluxV20 should be overwritten by msg.precision in case of v1.8/2.0