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