]> git.basschouten.com Git - openhab-addons.git/commitdiff
[knx] Update README.md (#12035)
authorUdo Hartmann <udo1toni@users.noreply.github.com>
Wed, 12 Jan 2022 20:09:42 +0000 (21:09 +0100)
committerGitHub <noreply@github.com>
Wed, 12 Jan 2022 20:09:42 +0000 (21:09 +0100)
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.

bundles/org.openhab.binding.knx/README.md

index b07cebf097caa547dc70d5ffb09aedc7f108ab2b..5339c28629775049972afcd8ff6fc44b1d85cc2c 100644 (file)
@@ -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" ]
     }