From: Udo Hartmann Date: Wed, 12 Jan 2022 20:09:42 +0000 (+0100) Subject: [knx] Update README.md (#12035) X-Git-Url: https://git.basschouten.com/?a=commitdiff_plain;h=ab2f6b0afef84e2ffbebd06a2fd43703b8731819;p=openhab-addons.git [knx] Update README.md (#12035) Changed Example of Dimmer channel. Makes no sense to provide both Switch and Position Status in configuration, as an update of Switch Status will delete Position and vice versa. Position Status makes sense. --- diff --git a/bundles/org.openhab.binding.knx/README.md b/bundles/org.openhab.binding.knx/README.md index b07cebf097..5339c28629 100644 --- a/bundles/org.openhab.binding.knx/README.md +++ b/bundles/org.openhab.binding.knx/README.md @@ -264,7 +264,7 @@ Bridge knx:ip:bridge [ Type rollershutter : demoRollershutter "Shade" [ upDown="4/3/50+4/3/51", stopMove="4/3/52+4/3/53", position="4/3/54+<4/3/55" ] Type contact : demoContact "Door" [ ga="1.019:<5/1/2" ] Type number : demoTemperature "Temperature" [ ga="9.001:<5/0/0" ] - Type dimmer : demoDimmer "Dimmer" [ switch="5/0/0+<5/0/1", position="5/0/2+<5/0/3", increaseDecrease="5/0/4" ] + Type dimmer : demoDimmer "Dimmer" [ switch="5/0/0", position="5/0/2+<5/0/3", increaseDecrease="5/0/4" ] Type string : demoString "Message" [ ga="5/3/1" ] Type datetime : demoDatetime "Alarm" [ ga="5/5/42" ] }