@using System.Text.Json @using ZB.MOM.WW.OtOpcUa.Admin.Components.Pages.Modbus @using ZB.MOM.WW.OtOpcUa.Admin.Services @using ZB.MOM.WW.OtOpcUa.Configuration.Entities @inject DriverInstanceService DriverSvc @inject NamespaceService NsSvc
Loading…
} else if (_drivers.Count == 0) {No drivers configured in this draft.
} else {| DriverInstanceId | Name | Type | Namespace |
|---|---|---|---|
| @d.DriverInstanceId | @d.Name | @if (string.Equals(d.DriverType, "Focas", StringComparison.OrdinalIgnoreCase)) { @d.DriverType } else { @d.DriverType } | @d.NamespaceId |