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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user