testing #29

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

View File

@ -392,9 +392,8 @@ sub _ProcessingRetrieveData($$) {
'heatIndex' => $data->{$unit}{heatIndex}, 'heatIndex' => $data->{$unit}{heatIndex},
'precipRate' => $data->{$unit}{precipRate}, 'precipRate' => $data->{$unit}{precipRate},
'precipTotal' => $data->{$unit}{precipTotal}, 'precipTotal' => $data->{$unit}{precipTotal},
'pressure' => int( 'pressure' =>
sprintf( "%.1f", $data->{$unit}{pressure} ) + 0.5 sprintf( "%.1f", $data->{$unit}{pressure} ),
),
'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} ),