* Add image generation * Optimise for minimal memory * Added a new ui * Add support for esp
7 lines
152 B
C#
7 lines
152 B
C#
namespace HomeApi.Models;
|
|
|
|
public class Image
|
|
{
|
|
public WeatherInformation Weather { get; set; }
|
|
public List<TimeTable> TimeTable { get; set; }
|
|
} |