Added Server and Container State Attribute

This commit is contained in:
2026-01-21 12:32:10 +01:00
parent f820c641b4
commit 29860bd098
8 changed files with 270 additions and 19 deletions

View File

@@ -27,7 +27,7 @@ public class Server
// Metadata
public DateTime CreatedAt { get; set; } = DateTime.UtcNow;
public bool IsOnline { get; set; } = false;
public string State { get; set; }
public DateTime LastSeen { get; set; }