Added a new ui

This commit is contained in:
2025-07-19 02:49:23 +02:00
parent 71535ec456
commit 732d7c8295
10 changed files with 635 additions and 199 deletions

View File

@@ -11,4 +11,5 @@ public class TimeTable
public string Direction { get; set; } // e.g. "Farsta Strand station"
public string JourneyDetailRef { get; set; } // e.g. "1|39437|0|1|15072025"
public List<string> Notes { get; set; } // e.g. "Pendeltåg", "Endast 2 klass"
public string InternalTransportationName { get; set; } // e.g. "Pendeltåg 43"
}

View File

@@ -62,6 +62,9 @@ public class Forecast
public WeatherSummary? Day { get; set; }
public WeatherSummary? Night { get; set; }
public Astro Astro { get; set; }
public int IconCode { get; set; }
public int ChanceOfRain { get; set; }
}
public class Astro
{