From d1869a4849749a3e58bd2859360f09c2ba5d2f9c Mon Sep 17 00:00:00 2001 From: Robert Goldmann <deadlocker@gmx.de> Date: Wed, 21 Oct 2020 17:16:50 +0200 Subject: [PATCH] Fixed #13 - document commonly used sensor types --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b81a605..f1369ad 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,10 @@ Accepts sensor data and saves them into a database. The saved data can be accessed via api. An interactive OpenAPI Swagger documentation can be accessed by opening the server url in your web browser (e.g. http://localhost:10003). +## Commonly used sensor types +- temperature +- humidity + ## Installation on Raspberry Pi Zero - pipenv is causing some problems - use pipenv 2018-11-26 -- GitLab