Fix case for item-type tag value (channel definition) (#12713)
Related to #12712 Signed-off-by: Laurent Garnier <lg.hc@free.fr>
This commit is contained in:
@@ -61,7 +61,7 @@
|
||||
</channel-type>
|
||||
|
||||
<channel-type id="number-readonly">
|
||||
<item-type>number</item-type>
|
||||
<item-type>Number</item-type>
|
||||
<label>Value Readonly DataPoint</label>
|
||||
<state readOnly="true"/>
|
||||
<config-description>
|
||||
@@ -87,7 +87,7 @@
|
||||
</channel-type>
|
||||
|
||||
<channel-type id="number">
|
||||
<item-type>number</item-type>
|
||||
<item-type>Number</item-type>
|
||||
<label>Value DataPoint</label>
|
||||
<config-description>
|
||||
<parameter name="id" type="integer" required="true">
|
||||
|
||||
Reference in New Issue
Block a user