[oceanic] Fix item-type value for channel types reserve and flow (#12716)

Related to #12712

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
This commit is contained in:
lolodomo
2022-05-11 22:05:54 +02:00
committed by GitHub
parent 96323f91ab
commit 7364e69fd2

View File

@@ -19,13 +19,13 @@
<state readOnly="true"></state>
</channel-type>
<channel-type id="flow" advanced="true">
<item-type>Decimal</item-type>
<item-type>Number</item-type>
<label>Flow</label>
<description>Flow in l/min</description>
<state pattern="%.1f l/min" readOnly="true"></state>
</channel-type>
<channel-type id="reserve" advanced="true">
<item-type>Decimal</item-type>
<item-type>Number</item-type>
<label>Water Reserve</label>
<description>Water reserve in l before regeneration has to start</description>
<state pattern="%d l" readOnly="true"></state>