| | |
| | | /// <summary>
|
| | | /// 编辑时间 2020.01.04 19:55格式
|
| | | /// </summary>
|
| | | public string CreateUtcTime = string.Empty;
|
| | | public string CreatedOnUtc = string.Empty;
|
| | | /// <summary>
|
| | | /// 主键
|
| | | /// </summary>
|
| | |
| | | /// <returns></returns>
|
| | | public override List<string> GetSendGatewayValue()
|
| | | {
|
| | | var command = HdlDeviceCommonLogic.Current.GetReDeviceEpointNameCommandText(DeviceMac, DeviceEpoint, deviceEpointName);
|
| | | var command = Common.LocalDevice.Current.GetReDeviceEpointNameCommandText(DeviceMac, DeviceEpoint, deviceEpointName);
|
| | | return new List<string>() { command };
|
| | | }
|
| | |
|
| | |
| | | /// <returns></returns>
|
| | | public override List<string> GetSendGatewayValue()
|
| | | {
|
| | | var command = HdlDeviceCommonLogic.Current.GetReDeviceMacNameCommandText(DeviceMac, DeviceEpoint, deviceMacName);
|
| | | var command = Common.LocalDevice.Current.GetReDeviceMacNameCommandText(DeviceMac, DeviceEpoint, deviceMacName);
|
| | | return new List<string>() { command };
|
| | | }
|
| | |
|