diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2024-01-14 11:58:22 +0100 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2024-01-14 11:58:22 +0100 |
commit | 1ec8b46d98bde86f88edd8d612dcfddbd8191123 (patch) | |
tree | 2918811d5bc8e9d19f81478c36d9a4196574b58b | |
parent | 6fb1699433c87ce1abe22bfc90855cc6fb96c378 (diff) |
-rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -50,7 +50,6 @@ function some_timer_callback() -- lx : Illuminance as floating point value [lx] else print("MAX44009 error") - else end end ``` @@ -73,5 +72,5 @@ influx_url = "..." influx_attr = "..." ``` -Readings will be stored as `max44009[influx_attr] illuminance_lx=%f`. +Readings will be published as `max44009[influx_attr] illuminance_lx=%f`. So, unless `influx_attr = ''`, it must start with a comma, e.g. `influx_attr = ',device=' .. device_id`. |