testing #29

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

View File

@ -670,8 +670,7 @@ sub _ProcessingRetrieveData {
)
),
'moon_phase' => $data->{daily}->[$i]
->{moon_phase}
),
->{moon_phase},
'moonset' => strftime(
"%a, %H:%M",
localtime(
@ -869,11 +868,10 @@ sub _ProcessingRetrieveData {
),
},
);
$i++;
}
}
$self->{cached}->{current}->{dew_point} = $data->{current}->{dew_point}
}
}
}