feat(lmxproxy): add Connected Since and Reconnect Count to status page

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Joseph Doherty
2026-03-24 13:32:46 -04:00
parent 73fe618953
commit 488a7b534b
8 changed files with 29 additions and 2 deletions

View File

@@ -20,6 +20,8 @@ namespace ZB.MOM.WW.LmxProxy.Host.Status
public string State { get; set; } = "";
public string NodeName { get; set; } = "";
public string GalaxyName { get; set; } = "";
public DateTime? ConnectedSince { get; set; }
public int ReconnectCount { get; set; }
}
public class SubscriptionStatus