[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:
lolodomo 2022-05-19 21:44:26 +02:00 committed by GitHub
parent 66bb27275d
commit c12ed4bc8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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>