testing #29

Merged
marko merged 73 commits from testing into main 2023-01-07 12:49:01 +00:00
Showing only changes of commit 6611390059 - Show all commits

View File

@ -397,10 +397,8 @@ sub _ProcessingRetrieveData($$) {
'temperature' => 'temperature' =>
sprintf( "%.1f", $data->{$unit}{temp} ), sprintf( "%.1f", $data->{$unit}{temp} ),
'temp_c' => sprintf( "%.1f", $data->{$unit}{temp} ), 'temp_c' => sprintf( "%.1f", $data->{$unit}{temp} ),
'wind_chill' => int( 'wind_chill' =>
sprintf( "%.1f", ( $data->{$unit}{windChill} ) ) + sprintf( "%.1f", ( $data->{$unit}{windChill} ) ),
0.5
),
'windGust' => int( 'windGust' => int(
sprintf( "%.1f", ( $data->{$unit}{windGust} ) ) + sprintf( "%.1f", ( $data->{$unit}{windGust} ) ) +
0.5 0.5