diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2024-01-14 17:17:11 +0100 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2024-01-14 17:17:11 +0100 |
commit | 9d7a40d3fbd6f9559ee5dbc5583dba4db8f648ea (patch) | |
tree | bc70d556c5b20abe79eb0ef64cca282cd6db8415 | |
parent | 5da0e78b755db3371f37e309907ce9a53a13323e (diff) |
README: InfluxDB readings are published, not stored.
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -76,7 +76,7 @@ influx_url = "..." influx_attr = "..." ``` -Readings will be stored as `mh_z19[influx_attr] co2_ppm=%d,temperature_celsius=%d,abc_ticks=%d,abc_count=%d`. +Readings will be published as `mh_z19[influx_attr] co2_ppm=%d,temperature_celsius=%d,abc_ticks=%d,abc_count=%d`. So, unless `influx_attr = ''`, it must start with a comma, e.g. `influx_attr = ',device=' .. device_id`. ## Images |