n28: added info.

This commit is contained in:
Martin Preuss
2026-02-02 21:21:05 +01:00
parent a8cdf6ec58
commit 38eb21869e

View File

@@ -10,4 +10,13 @@ N28
- door sensor (TCRT1000)
- TWI interface
- SI7021 temperature and humidity sensor
- Apps:
- NETWORK : Basic network functionality (address setup etc.)
- REPORTSENSORS: report sensor data from temperature sensor etc.
- STATS : periodically send stats data
- DOOR : watch door/window sensor and notify about state changes
- Values:
- SI7021_TEMP : temperature
- SI7021_HUM : humidity
- DOOR : state of door/window (0=closed, >0=open)