[fineoffsetweatherstation] Align XML with default translations (#12766)
Makes i18n tool reusable. Signed-off-by: Laurent Garnier <lg.hc@free.fr>
This commit is contained in:
parent
66bb27275d
commit
c12ed4bc8e
|
@ -6,6 +6,7 @@
|
||||||
|
|
||||||
<bridge-type id="gateway">
|
<bridge-type id="gateway">
|
||||||
<label>Gateway Device</label>
|
<label>Gateway Device</label>
|
||||||
|
<description>A WiFi connected gateway device (WN1900, GW1000, GW1100, WH2680, WH2650) to bridge Sensors</description>
|
||||||
<category>NetworkAppliance</category>
|
<category>NetworkAppliance</category>
|
||||||
<config-description-ref uri="thing-type:fineoffsetweatherstation:gateway"/>
|
<config-description-ref uri="thing-type:fineoffsetweatherstation:gateway"/>
|
||||||
</bridge-type>
|
</bridge-type>
|
||||||
|
@ -23,7 +24,7 @@
|
||||||
|
|
||||||
<channel-type id="max-wind-speed">
|
<channel-type id="max-wind-speed">
|
||||||
<item-type>Number:Speed</item-type>
|
<item-type>Number:Speed</item-type>
|
||||||
<label>Max Wind Speed</label>
|
<label>Maximum Wind Speed</label>
|
||||||
<category>Wind</category>
|
<category>Wind</category>
|
||||||
<state pattern="%.2f %unit%" readOnly="true"/>
|
<state pattern="%.2f %unit%" readOnly="true"/>
|
||||||
</channel-type>
|
</channel-type>
|
||||||
|
|
Loading…
Reference in New Issue