diff options
author | Derf Null <derf@finalrewind.org> | 2023-04-23 10:37:19 +0200 |
---|---|---|
committer | Derf Null <derf@finalrewind.org> | 2023-04-23 10:37:19 +0200 |
commit | 9efbca177a1c113bfc7370b3c86e34f4066b56bd (patch) | |
tree | e3acd1a54d23586925fea33f08127fd2edcb8f70 | |
parent | a3352b1d8e3fe2fd3992142358013120791c4464 (diff) |
it's particulate matter, not particle monitor
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,8 +1,8 @@ -# ESP8266 Lua/NodeMCU module for SDS011 particle monitor +# ESP8266 Lua/NodeMCU module for SDS011 PM sensors -This repository contains a Lua module (`sds011.lua`) as well as ESP8266/NodeMCU -MQTT gateway application example (`init.lua`) for the **SDS011** particulate -matter (PM2.5 and PM10) sensor. +This repository contains an ESP8266 NodeMCU Lua module (`sds011.lua`) as well +MQTT / HomeAssistant / InfluxDB integration example (`init.lua`) for **SDS011** +particulate matter (PM2.5 and PM10) sensors. ## Dependencies |