From a155c6ce1911e995d136f08b409dd0861706a3f8 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期五, 12 四月 2024 14:27:38 +0800 Subject: [PATCH] 增加3秒云服务器连接检测,连不上服务器的时候不刷新数据 --- HDL_ON/DAL/DriverLayer/Control_Udp.cs | 22 ++++++++++++++++++++-- 1 files changed, 20 insertions(+), 2 deletions(-) diff --git a/HDL_ON/DAL/DriverLayer/Control_Udp.cs b/HDL_ON/DAL/DriverLayer/Control_Udp.cs index a98ad05..7fd1e36 100644 --- a/HDL_ON/DAL/DriverLayer/Control_Udp.cs +++ b/HDL_ON/DAL/DriverLayer/Control_Udp.cs @@ -393,8 +393,26 @@ } } break; - case SPK.OtherCommon: - + case SPK.OtherCommon://2024-02-01 15:19:28 鍒氬姞鐨勶紝涓嶅彂甯冿紝瀹㈡湇閬囧埌鐨勯棶棰� + //foreach (var attr in f.status) + //{ + // if (attr.key == FunctionAttributeKey.OnOff) + // { + // byte onOffValue = 0; + // switch (attr.value) + // { + // case "on": + // onOffValue = 0; + // break; + // case "off": + // onOffValue = 255; + // break; + // } + // ControlBytesSend(Command.SetCommonSwitch, f.localFunction.bus.SubnetID, f.localFunction.bus.DeviceID, + // new byte[] { f.localFunction.bus.LoopId, onOffValue }); + // break; + // } + //} break; } } -- Gitblit v1.8.0