From: lolodomo Date: Sun, 21 Mar 2021 18:17:27 +0000 (+0100) Subject: [dmx] Fix deprecated tag "required" (#10363) X-Git-Url: https://git.basschouten.com/?a=commitdiff_plain;h=8293647df58cb3048d81a6a531dc22139f6cd7e8;p=openhab-addons.git [dmx] Fix deprecated tag "required" (#10363) Signed-off-by: Laurent Garnier --- diff --git a/bundles/org.openhab.binding.dmx/src/main/resources/OH-INF/thing/artnet-bridge.xml b/bundles/org.openhab.binding.dmx/src/main/resources/OH-INF/thing/artnet-bridge.xml index ce5b2db5bf..fad3cc7d8f 100644 --- a/bundles/org.openhab.binding.dmx/src/main/resources/OH-INF/thing/artnet-bridge.xml +++ b/bundles/org.openhab.binding.dmx/src/main/resources/OH-INF/thing/artnet-bridge.xml @@ -10,11 +10,10 @@ - + Network addresses of ArtNet receivers, format: address[:port][, address[:port], ...]. Default port is 6454. - true diff --git a/bundles/org.openhab.binding.dmx/src/main/resources/OH-INF/thing/chaser-thing.xml b/bundles/org.openhab.binding.dmx/src/main/resources/OH-INF/thing/chaser-thing.xml index a7ad88b25f..5313518fcf 100644 --- a/bundles/org.openhab.binding.dmx/src/main/resources/OH-INF/thing/chaser-thing.xml +++ b/bundles/org.openhab.binding.dmx/src/main/resources/OH-INF/thing/chaser-thing.xml @@ -16,21 +16,18 @@ - + Format is channel[,channel, ...] or channel[/width] - true resume old actions after this completes false - false - + fadeTime:value[, ...]:holdTime - true diff --git a/bundles/org.openhab.binding.dmx/src/main/resources/OH-INF/thing/color-thing.xml b/bundles/org.openhab.binding.dmx/src/main/resources/OH-INF/thing/color-thing.xml index b2ba8c8a86..1bebec0c08 100644 --- a/bundles/org.openhab.binding.dmx/src/main/resources/OH-INF/thing/color-thing.xml +++ b/bundles/org.openhab.binding.dmx/src/main/resources/OH-INF/thing/color-thing.xml @@ -18,10 +18,9 @@ - + Format is channel[,channel, ...] or channel[/width], has to be multiple of three - true @@ -37,7 +36,6 @@ Format is "value[, value, ...]", has to be a multiple of three. If less values than channels are defined, they are reused from the beginning. - false true @@ -49,7 +47,6 @@ If enabled, values are stored on OFF command and restored on ON command - false false diff --git a/bundles/org.openhab.binding.dmx/src/main/resources/OH-INF/thing/dimmer-thing.xml b/bundles/org.openhab.binding.dmx/src/main/resources/OH-INF/thing/dimmer-thing.xml index 7e107d9b01..d4c1695ba1 100644 --- a/bundles/org.openhab.binding.dmx/src/main/resources/OH-INF/thing/dimmer-thing.xml +++ b/bundles/org.openhab.binding.dmx/src/main/resources/OH-INF/thing/dimmer-thing.xml @@ -16,10 +16,9 @@ - + Format is channel[,channel, ...] or channel[/width] - true @@ -36,7 +35,6 @@ Format is "value[, value, ...]". If less values than channels are defined, they are reused from the beginning. - false true @@ -49,7 +47,6 @@ If enabled, values are stored on OFF command and restored on ON command - false false diff --git a/bundles/org.openhab.binding.dmx/src/main/resources/OH-INF/thing/lib485-bridge.xml b/bundles/org.openhab.binding.dmx/src/main/resources/OH-INF/thing/lib485-bridge.xml index 70fe9f7175..0bd1ea68ef 100644 --- a/bundles/org.openhab.binding.dmx/src/main/resources/OH-INF/thing/lib485-bridge.xml +++ b/bundles/org.openhab.binding.dmx/src/main/resources/OH-INF/thing/lib485-bridge.xml @@ -10,10 +10,9 @@ - + Network address of bridge, format: address[:port]. Default port is 9020. - true localhost diff --git a/bundles/org.openhab.binding.dmx/src/main/resources/OH-INF/thing/sacn-bridge.xml b/bundles/org.openhab.binding.dmx/src/main/resources/OH-INF/thing/sacn-bridge.xml index c594138c59..723c7e6112 100644 --- a/bundles/org.openhab.binding.dmx/src/main/resources/OH-INF/thing/sacn-bridge.xml +++ b/bundles/org.openhab.binding.dmx/src/main/resources/OH-INF/thing/sacn-bridge.xml @@ -10,11 +10,10 @@ - + Set UDP mode to multicast (default)/unicast - true @@ -25,24 +24,20 @@ Network addresses of sACN/E1.31 receivers, format: address[:port][, address[:port], ...]. Default port is 5568. - false Network address of the sending host, format: address[:port]. Default port is 0 (random) - false true ID of DMX universe (1-63999) 1 - false Suppress re-transmission and refresh every 800ms or send every packet. - false @@ -53,12 +48,10 @@ List of channels that should use LED dim curve. Format is channel[,channel, ...] or channel[/width]. - false true DMX refresh rate in Hz - false 30 true diff --git a/bundles/org.openhab.binding.dmx/src/main/resources/OH-INF/thing/tunablewhite-thing.xml b/bundles/org.openhab.binding.dmx/src/main/resources/OH-INF/thing/tunablewhite-thing.xml index 52076d7ecf..2476b86aa6 100644 --- a/bundles/org.openhab.binding.dmx/src/main/resources/OH-INF/thing/tunablewhite-thing.xml +++ b/bundles/org.openhab.binding.dmx/src/main/resources/OH-INF/thing/tunablewhite-thing.xml @@ -18,10 +18,9 @@ - + Format is channel[,channel, ...] or channel[/width], has to be an even number - true @@ -38,7 +37,6 @@ Format is "value[, value, ...]", has to be a multiple of two. If less values than channels are defined, they are reused from the beginning. - false true @@ -51,7 +49,6 @@ If enabled, values are stored on OFF command and restored on ON command - false false