summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBirte Kristina Friesel <derf@finalrewind.org>2024-01-14 11:58:22 +0100
committerBirte Kristina Friesel <derf@finalrewind.org>2024-01-14 11:58:22 +0100
commit1ec8b46d98bde86f88edd8d612dcfddbd8191123 (patch)
tree2918811d5bc8e9d19f81478c36d9a4196574b58b
parent6fb1699433c87ce1abe22bfc90855cc6fb96c378 (diff)
README: fix typoHEADmain
-rw-r--r--README.md3
1 files changed, 1 insertions, 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`.