Summarize with day time only
This commit is contained in:
@@ -46,7 +46,6 @@ app.get('/api/current', async (req, res) => {
|
||||
|
||||
// Merge forecast summary fields — sensor readings take priority
|
||||
const forecast = await getForecast();
|
||||
console.log(forecast?.summary);
|
||||
const merged = {
|
||||
...(forecast?.summary ? {
|
||||
precipitation_chance: forecast.summary.precipitation_chance,
|
||||
|
||||
Reference in New Issue
Block a user