Add sun and moon info

This commit is contained in:
jpirnay
2026-04-03 18:14:19 +02:00
parent 81fe19bb4f
commit 52d88c820e
5 changed files with 161 additions and 2 deletions
+1
View File
@@ -25,6 +25,7 @@ struct DailyForecast {
float uvIndexMax = 0;
time_t sunrise = 0;
time_t sunset = 0;
float moonPhase = -1.0f; // -1 means unknown, 0.0 new, 0.5 full
};
struct HourlyForecast {