From 1ec8b46d98bde86f88edd8d612dcfddbd8191123 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Sun, 14 Jan 2024 11:58:22 +0100 Subject: README: fix typo --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index fc9b78f..4810098 100644 --- a/README.md +++ b/README.md @@ -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`. -- cgit v1.2.3