@page "/drivers/focas/{InstanceId}" @attribute [Microsoft.AspNetCore.Authorization.Authorize] @using ZB.MOM.WW.OtOpcUa.Admin.Services @inject FocasDriverDetailService DetailSvc
Loading…
} else if (_detail is null) {No devices configured.
| HostAddress | DeviceName | Series |
|---|---|---|
| @d.HostAddress | @(d.DeviceName ?? "—") | @(string.IsNullOrEmpty(d.Series) ? "Unknown" : d.Series) |
No tags configured.
| Name | Device | Address | DataType | Writable |
|---|---|---|---|---|
| @t.Name | @t.DeviceHostAddress | @t.Address | @t.DataType | @(t.Writable ? "Yes" : "No") |
| Node | Host | State | Fail# | Breaker last opened | Last recycled | Last seen | Detail |
|---|---|---|---|---|---|---|---|
| @r.NodeId | @r.HostName | @r.State | @r.ConsecutiveFailures | @FormatUtc(r.LastCircuitBreakerOpenUtc) | @FormatUtc(r.LastRecycleUtc) | @FormatAge(r.LastSeenUtc) | @r.Detail |
@_detail.Instance.DriverConfig