* Add tailwind data type * Preview gust speed as multiple of wind Speed * Fix gust speed is not propagated
148 lines
4.2 KiB
XML
148 lines
4.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<ExtensionInfo
|
|
displayName="@string/extension_name"
|
|
icon="@drawable/wind"
|
|
id="karoo-headwind"
|
|
scansDevices="false">
|
|
|
|
<DataType
|
|
description="@string/tailwind_and_speed_description"
|
|
displayName="@string/tailwind_and_speed"
|
|
graphical="true"
|
|
icon="@drawable/wind"
|
|
typeId="tailwind-and-ride-speed" />
|
|
|
|
<DataType
|
|
description="@string/tailwind_description"
|
|
displayName="@string/tailwind"
|
|
graphical="true"
|
|
icon="@drawable/wind"
|
|
typeId="tailwind" />
|
|
|
|
<DataType
|
|
description="@string/headwind_description"
|
|
displayName="@string/headwind"
|
|
graphical="true"
|
|
icon="@drawable/wind"
|
|
typeId="headwind" />
|
|
|
|
<DataType
|
|
description="@string/weather_description"
|
|
displayName="@string/weather"
|
|
graphical="true"
|
|
icon="@drawable/wind"
|
|
typeId="weather" />
|
|
|
|
<DataType
|
|
description="@string/weather_forecast_description"
|
|
displayName="@string/weather_forecast"
|
|
graphical="true"
|
|
icon="@drawable/wind"
|
|
typeId="weatherForecast" />
|
|
|
|
<DataType
|
|
description="@string/temperature_forecast_description"
|
|
displayName="@string/temperature_forecast"
|
|
graphical="true"
|
|
icon="@drawable/wind"
|
|
typeId="temperatureForecast" />
|
|
|
|
<DataType
|
|
description="@string/precipitation_forecast_description"
|
|
displayName="@string/precipitation_forecast"
|
|
graphical="true"
|
|
icon="@drawable/wind"
|
|
typeId="precipitationForecast" />
|
|
|
|
<DataType
|
|
description="@string/wind_forecast_description"
|
|
displayName="@string/wind_forecast"
|
|
graphical="true"
|
|
icon="@drawable/wind"
|
|
typeId="windForecast" />
|
|
|
|
<DataType
|
|
description="@string/graphical_forecast_description"
|
|
displayName="@string/graphical_forecast"
|
|
graphical="true"
|
|
icon="@drawable/wind"
|
|
typeId="graphicalForecast" />
|
|
|
|
<DataType
|
|
description="@string/headwind_speed_description"
|
|
displayName="@string/headwind_speed"
|
|
graphical="false"
|
|
icon="@drawable/wind"
|
|
typeId="headwindSpeed" />
|
|
|
|
<DataType
|
|
description="@string/userwind_speed_description"
|
|
displayName="@string/userwind_speed"
|
|
graphical="false"
|
|
icon="@drawable/wind"
|
|
typeId="userwindSpeed" />
|
|
|
|
<DataType
|
|
description="@string/relativeHumidity_description"
|
|
displayName="@string/relativeHumidity"
|
|
graphical="false"
|
|
icon="@drawable/ic_water"
|
|
typeId="relativeHumidity" />
|
|
|
|
<DataType
|
|
description="@string/cloudCover_description"
|
|
displayName="@string/cloudCover"
|
|
graphical="false"
|
|
icon="@drawable/ic_cloud"
|
|
typeId="cloudCover" />
|
|
|
|
<DataType
|
|
description="@string/windSpeed_description"
|
|
displayName="@string/windSpeed"
|
|
graphical="false"
|
|
icon="@drawable/wind"
|
|
typeId="windSpeed" />
|
|
|
|
<DataType
|
|
description="@string/windGusts_description"
|
|
displayName="@string/windGusts"
|
|
graphical="false"
|
|
icon="@drawable/wind"
|
|
typeId="windGusts" />
|
|
|
|
<DataType
|
|
description="@string/windDirection_description"
|
|
displayName="@string/windDirection"
|
|
graphical="true"
|
|
icon="@drawable/wind"
|
|
typeId="windDirection" />
|
|
|
|
<DataType
|
|
description="@string/precipitation_description"
|
|
displayName="@string/precipitation"
|
|
graphical="false"
|
|
icon="@drawable/ic_water"
|
|
typeId="precipitation" />
|
|
|
|
<DataType
|
|
description="@string/surfacePressure_description"
|
|
displayName="@string/surfacePressure"
|
|
graphical="false"
|
|
icon="@drawable/ic_cloud"
|
|
typeId="surfacePressure" />
|
|
|
|
<DataType
|
|
description="@string/sealevelPressure_description"
|
|
displayName="@string/sealevelPressure"
|
|
graphical="false"
|
|
icon="@drawable/ic_cloud"
|
|
typeId="sealevelPressure" />
|
|
|
|
<DataType
|
|
description="@string/temperature_description"
|
|
displayName="@string/temperature"
|
|
graphical="false"
|
|
icon="@drawable/thermometer"
|
|
typeId="temperature" />
|
|
</ExtensionInfo>
|