wind_gust zur OpenWeatherMapAPI.pm #1
marko
commented 2021-06-09 18:26:23 +00:00
Owner
```
'wind_gust' => int(
sprintf( "%.1f", ( $data->{wind}->{gust} * 3.6 ) )
+ 0.5
),
```
```
'wind_speed' => int(
sprintf( "%.1f", ( $data->{wind}->{speed} * 3.6 ) )
+ 0.5
),
'wind_gust' => int(
sprintf( "%.1f", ( $data->{wind}->{gust} * 3.6 ) )
+ 0.5
),
```
```
'wind_speed' => int(
sprintf(
"%.1f",
(
$data->{list}->[$i]->{wind}
->{speed} * 3.6
)
) + 0.5
),
'wind_gust' => int(
sprintf(
"%.1f",
(
$data->{list}->[$i]->{wind}
->{gust} * 3.6
)
) + 0.5
),
```
marko
self-assigned this 2021-06-09 18:32:32 +00:00
marko
added the 2021-06-09 18:35:58 +00:00
enhancement
label
marko
referenced a pull request that will close this issue 2021-06-09 18:40:55 +00:00
patch-wind_gustForOpenWeatherMapAPI #2
marko
closed this issue 2021-06-09 18:41:30 +00:00
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: FHEM/mod-Weather#1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?