summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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`.