From 6b2d217e08e7c39de735bf8319233b25cab8a4c8 Mon Sep 17 00:00:00 2001 From: Ulrich Thombansen <35191220+thombansen@users.noreply.github.com> Date: Sat, 28 Nov 2020 13:22:02 +0100 Subject: [PATCH] Update README.md (#9152) The channels 1-3 of LCN-B3I are mapped to binary channels 6-8. This could be anticipated from the Button Tables (B6-8) that it connects to. However, the added comments should help people to save a few hours and some gray hair ;-) --- bundles/org.openhab.binding.lcn/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bundles/org.openhab.binding.lcn/README.md b/bundles/org.openhab.binding.lcn/README.md index b3f0ae4927..0d328c7a61 100644 --- a/bundles/org.openhab.binding.lcn/README.md +++ b/bundles/org.openhab.binding.lcn/README.md @@ -130,7 +130,7 @@ If a special command is needed, the [Hit Key](#hit-key) action (German: "Sende T |---------------------------------|----------------------------------|------------------------|------|--------------------------------|-------------------------------------------------------------------------------------------------------------------------------| | Dimmer Output Control Single | Ausgang | output | 1-4 | Dimmer, Switch | Sets the dimming value of an output with a given ramp. | | Relay | Relais | relay | 1-8 | Switch | Controls a relay and visualizes its state. | -| Visualize Binary Sensor | Binärsensor anzeigen | binarysensor | 1-8 | Contact | Visualizes the state of a binary sensor. | +| Visualize Binary Sensor | Binärsensor anzeigen | binarysensor | 1-8 | Contact | Visualizes the state of a binary sensor (special channel mapping for some devices). | | LED Control | LED-Steuerung | led | 1-12 | Text (ON, OFF, BLINK, FLICKER) | Controls an LED and visualizes its current state. | | Visualize Logic Operations | Logik Funktion anzeigen | logic | 1-4 | Text (NOT, OR, AND) | Visualizes the result of the logic operation. | | Motor/Shutter on Dimmer Outputs | Motor/Rollladen an Ausgängen | rollershutteroutput | 1-4 | Rollershutter | Control roller shutters on dimmer outputs | @@ -477,7 +477,7 @@ String M10_Logic2 {channel="lcn:module:b827ebfea4bb:S000M010:logic#2"[profile="t // OR=Some windows are open // AND=All windows are open -// Binary Sensors +// Binary Sensors (Channels 1-3 of LCN-B3I are mapped to BinarySensor6, BinarySensor7, BinarySensor8) Contact M10_BinarySensor1 {channel="lcn:module:b827ebfea4bb:S000M010:binarysensor#1"} // Variables @@ -549,7 +549,7 @@ sitemap lcn label="My home automation" { Default item=M10_Logic1 label="Logic Operation 1" Default item=M10_Logic2 label="Logic Operation 2" - // Binary Sensors + // Binary Sensors (Channels 1-3 of LCN-B3I are mapped to BinarySensor6, BinarySensor7, BinarySensor8) Default item=M10_BinarySensor1 label="Binary Sensor 1" // Variables -- 2.47.3