From b707ffb8c489204f7e3221e4e93d6be11c492bbc Mon Sep 17 00:00:00 2001 From: lolodomo Date: Sun, 21 Mar 2021 14:11:05 +0100 Subject: [PATCH] [knx] Fix deprecated tag "required" (#10361) Signed-off-by: Laurent Garnier --- .../resources/OH-INF/config/channelConfig.xml | 54 +++++++------------ .../src/main/resources/OH-INF/thing/ip.xml | 6 +-- .../main/resources/OH-INF/thing/serial.xml | 15 ++---- 3 files changed, 25 insertions(+), 50 deletions(-) diff --git a/bundles/org.openhab.binding.knx/src/main/resources/OH-INF/config/channelConfig.xml b/bundles/org.openhab.binding.knx/src/main/resources/OH-INF/config/channelConfig.xml index 4f8f11338..f4256cfce 100644 --- a/bundles/org.openhab.binding.knx/src/main/resources/OH-INF/config/channelConfig.xml +++ b/bundles/org.openhab.binding.knx/src/main/resources/OH-INF/config/channelConfig.xml @@ -7,37 +7,31 @@ - + The group address(es) in Group Address Notation to toggle the dimmer on or off - false - + The group address(es) in Group Address Notation to set the absolute position of the dimmer - false - + The group address(es) in Group Address Notation to increase or decrease the dimmer - false - + The group address(es) in Group Address Notation to toggle the dimmer on or off - false - + The group address(es) in Group Address Notation to set the absolute position of the dimmer - false - + The group address(es) in Group Address Notation to increase or decrease the dimmer - false @@ -49,47 +43,39 @@ - + The group address(es) in Group Address Notation for the color value - false - + The group address(es) in Group Address Notation to toggle the color on or off - false - + The group address(es) in Group Address Notation to set the absolute position of the color - false - + The group address(es) in Group Address Notation to increase or decrease the color - false - + The group address(es) in Group Address Notation for the color value - false - + The group address(es) in Group Address Notation to toggle the color on or off - false - + The group address(es) in Group Address Notation to set the absolute position of the color - false - + The group address(es) in Group Address Notation to increase or decrease the color - false @@ -101,29 +87,25 @@ - + The group address(es) in Group Address Notation to move the shutter in the DOWN or UP direction - false - + The group address(es) in Group Address Notation to start (MOVE) or STOP shutter movement - false - + The group address(es) in Group Address Notation to set the absolute position of the shutter, in % - false - + The group address(es) in Group Address Notation - true diff --git a/bundles/org.openhab.binding.knx/src/main/resources/OH-INF/thing/ip.xml b/bundles/org.openhab.binding.knx/src/main/resources/OH-INF/thing/ip.xml index 36fb253ed..89e2c6472 100644 --- a/bundles/org.openhab.binding.knx/src/main/resources/OH-INF/thing/ip.xml +++ b/bundles/org.openhab.binding.knx/src/main/resources/OH-INF/thing/ip.xml @@ -9,10 +9,9 @@ This is a KNX IP interface or router - + The ip connection type for connecting to the KNX bus. Could be either TUNNEL or ROUTER - true @@ -23,9 +22,8 @@ Network address of the KNX/IP gateway network-address - + Port number of the KNX/IP gateway - false 3671 diff --git a/bundles/org.openhab.binding.knx/src/main/resources/OH-INF/thing/serial.xml b/bundles/org.openhab.binding.knx/src/main/resources/OH-INF/thing/serial.xml index 1a5f39510..bb7705928 100644 --- a/bundles/org.openhab.binding.knx/src/main/resources/OH-INF/thing/serial.xml +++ b/bundles/org.openhab.binding.knx/src/main/resources/OH-INF/thing/serial.xml @@ -8,35 +8,30 @@ This is a serial interface for accessing the KNX bus - + serial-port The serial port to use for connecting to the KNX bus - true - + Time in milliseconds of how long should be paused between two read requests to the bus during initialization - true 50 - + Seconds to wait for a response from the KNX bus - true 10 - + Limits the read retries while initialization from the KNX bus - true 3 - + Seconds between connect retries when KNX link has been lost, 0 means never retry - true 0