|
|
@@ -76,6 +76,8 @@ namespace BPASmartClient.Device |
|
|
|
public List<object> Error { get; set; } = new List<object>(); |
|
|
|
|
|
|
|
public List<VariableMonitor> variableMonitors { get; set; } = new List<VariableMonitor>(); |
|
|
|
ConcurrentDictionary<string, object> IDevice.Log { get => throw new NotImplementedException(); set => throw new NotImplementedException(); } |
|
|
|
ConcurrentDictionary<string, object> IDevice.Error { get => throw new NotImplementedException(); set => throw new NotImplementedException(); } |
|
|
|
|
|
|
|
/// <summary> |
|
|
|
/// 外设状态,硬件设备数据 |
|
|
|