Remove some of the empty XML tag "description" (#12332)

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
This commit is contained in:
lolodomo
2022-02-20 23:16:16 +01:00
committed by GitHub
parent d868f0bbd9
commit 6ef311304f
15 changed files with 0 additions and 37 deletions

View File

@@ -65,28 +65,24 @@
<channel-type id="colorRGB">
<item-type>Color</item-type>
<label>Color Value (Red,Green,Blue)</label>
<description></description>
<config-description-ref uri="thing-type:mqtt:color_channel"></config-description-ref>
</channel-type>
<channel-type id="colorHSB">
<item-type>Color</item-type>
<label>Color Value (Hue,Saturation,Brightness)</label>
<description></description>
<config-description-ref uri="thing-type:mqtt:color_channel"></config-description-ref>
</channel-type>
<channel-type id="color">
<item-type>Color</item-type>
<label>Color Value (HSB, RGB or CIE xyY)</label>
<description></description>
<config-description-ref uri="thing-type:mqtt:color_channel"></config-description-ref>
</channel-type>
<channel-type id="trigger">
<kind>trigger</kind>
<label>Trigger</label>
<description></description>
<config-description-ref uri="thing-type:mqtt:trigger_channel"></config-description-ref>
</channel-type>