mirror of
https://github.com/Sheldan/abstracto-templates.git
synced 2026-01-05 08:54:32 +00:00
[AB-97] adding wind speed to weather command
This commit is contained in:
@@ -28,8 +28,16 @@
|
||||
"inline": "true"
|
||||
}
|
||||
</#if>
|
||||
<#if humidity??>
|
||||
<#if windSpeed??>
|
||||
<#if temperature??>,</#if>
|
||||
{
|
||||
"name": "<@safe_include "openWeatherMap_command_response_field_wind_field_title"/>",
|
||||
"value": "${windSpeed}m/s",
|
||||
"inline": "true"
|
||||
}
|
||||
</#if>
|
||||
<#if humidity??>
|
||||
<#if windSpeed?? || temperature??>,</#if>
|
||||
{
|
||||
"name": "<@safe_include "openWeatherMap_command_response_field_humidity_field_title"/>",
|
||||
"value": "${humidity}%",
|
||||
|
||||
Reference in New Issue
Block a user