added README.

This commit is contained in:
Martin Preuss
2025-05-07 20:00:27 +02:00
parent f4acc829f7
commit 8feb8982c1

View File

@@ -3,6 +3,16 @@ App for Motion Activated Light
==============================
==============================
This app listens for VALUE_REPORT messages on the bus. If a preselected value from a preselected node
is received (with a value !=0) the LED stripe attached to the node which runs this app will be turned on in
the preselected color for a preselected time. If in this time another matching message is received the
light timer gets restarted. If no matching message is received within the preselected time the light is
turned off again.
Typical usage is to watch for a motion message from some node with a motion sensor and react to that.
This app can watch for up to two node-value pairs.
1. Values
======