From 38eb21869e818ec02eb12fdf898d9a0e8d8a2389 Mon Sep 17 00:00:00 2001 From: Martin Preuss Date: Mon, 2 Feb 2026 21:21:05 +0100 Subject: [PATCH] n28: added info. --- avr/devices/n28/README | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/avr/devices/n28/README b/avr/devices/n28/README index c6733c4..168aed4 100644 --- a/avr/devices/n28/README +++ b/avr/devices/n28/README @@ -10,4 +10,13 @@ N28 - door sensor (TCRT1000) - TWI interface - SI7021 temperature and humidity sensor - \ No newline at end of file +- 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)