From 5c3626fa3ea2d4659606c5e22286677cb67da64a Mon Sep 17 00:00:00 2001
From: Adrian Scillato <35405447+ascillato@users.noreply.github.com>
Date: Mon, 9 Apr 2018 04:40:27 -0300
Subject: [PATCH] Update README.md
---
README.md | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/README.md b/README.md
index b6c52a09f..b3a638300 100644
--- a/README.md
+++ b/README.md
@@ -43,21 +43,30 @@ To configure KNX, enter on the Configuration Menu of Sonoff-Tasmota and select C
We can set one of the group address to be the same in all the devices so as to turn them on or off at the same time.
In this case, so as to inform the status of all the relays to the Automation System, just one of the devices have to be configured as the responder. If you use the same Group Address for sending and receiving, you have to take into account not to make loops.
+DEVICE 1
+
+DEVICE 2
**2) Setting 2 Sonoff to be linked as stair lights:**
We can set one device to send the status of its output and another to read that and follow. And the second device can send the status of its button and the first device will toggle. With this configuration we can avoid to make a loop.
+DEVICE 1
+
+DEVICE 2
**3) Setting a button as initiator of a scene:**
Just setting one device to send the push of a button, and the rest just use that value to turn them on. In this case, there is no toggle. Every time the button is pushed, the turn on command is sent.
+DEVICE 1
+
+DEVICE 2
**4) Setting a Temperature sensor:**