[dwdunwetter] Prevent exception when formatting value (#10556)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
This commit is contained in:
parent
9a225a9111
commit
8acf6e6829
|
@ -114,13 +114,13 @@ This happens after all other channels are populated.]]></description>
|
||||||
<item-type>Number:Length</item-type>
|
<item-type>Number:Length</item-type>
|
||||||
<label>Height (from)</label>
|
<label>Height (from)</label>
|
||||||
<description>Lower Height above sea level for which the warning is valid.</description>
|
<description>Lower Height above sea level for which the warning is valid.</description>
|
||||||
<state readOnly="true" pattern="%d m"/>
|
<state readOnly="true" pattern="%.0f m"/>
|
||||||
</channel-type>
|
</channel-type>
|
||||||
<channel-type id="ceiling">
|
<channel-type id="ceiling">
|
||||||
<item-type>Number:Length</item-type>
|
<item-type>Number:Length</item-type>
|
||||||
<label>Height (to)</label>
|
<label>Height (to)</label>
|
||||||
<description>Upper Height above sea level for which the warning is valid.</description>
|
<description>Upper Height above sea level for which the warning is valid.</description>
|
||||||
<state readOnly="true" pattern="%d m"/>
|
<state readOnly="true" pattern="%.0f m"/>
|
||||||
</channel-type>
|
</channel-type>
|
||||||
<channel-type id="instruction">
|
<channel-type id="instruction">
|
||||||
<item-type>String</item-type>
|
<item-type>String</item-type>
|
||||||
|
|
Loading…
Reference in New Issue