|
@@ -309,7 +309,7 @@ namespace DataVAPI.UpAndDown |
|
|
ReceiveModel receiveModel = Tools.JsonToObjectTools<ReceiveModel>(message); |
|
|
ReceiveModel receiveModel = Tools.JsonToObjectTools<ReceiveModel>(message); |
|
|
if (receiveModel != null && receiveModel.status != null)//上下线通知 |
|
|
if (receiveModel != null && receiveModel.status != null)//上下线通知 |
|
|
{ |
|
|
{ |
|
|
if (receiveModel.deviceContext.deviceName != "Transit") |
|
|
|
|
|
|
|
|
if (receiveModel.deviceContext.deviceName != "Transit" && receiveModel.deviceContext.deviceName != "Transit_Test") |
|
|
{ |
|
|
{ |
|
|
ConsoleHelper.WriteWarningLine("接收数据 " + topic + " 数据 " + message); |
|
|
ConsoleHelper.WriteWarningLine("接收数据 " + topic + " 数据 " + message); |
|
|
SentData(receiveModel); |
|
|
SentData(receiveModel); |
|
|