From 33470790ac0069c7734fb1a5b8b07350950c6dfe Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期二, 24 十一月 2020 15:51:31 +0800 Subject: [PATCH] 20201124,整理mqtt订阅 --- HDL_ON/UI/UI2/FuntionControlView/Electrical/SocketPageBLL.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HDL_ON/UI/UI2/FuntionControlView/Electrical/SocketPageBLL.cs b/HDL_ON/UI/UI2/FuntionControlView/Electrical/SocketPageBLL.cs index cb3380d..4f3d6d0 100644 --- a/HDL_ON/UI/UI2/FuntionControlView/Electrical/SocketPageBLL.cs +++ b/HDL_ON/UI/UI2/FuntionControlView/Electrical/SocketPageBLL.cs @@ -67,7 +67,7 @@ //Control.Send(CommandType_A.write, this.socketFunction); System.Collections.Generic.Dictionary<string, string> d = new System.Collections.Generic.Dictionary<string, string>(); d.Add("on_off", socketFunction.trait_on_off.value.ToString()); - Control.ins.SendWriteCommand(socketFunction, d); + Control.Ins.SendWriteCommand(socketFunction, d); }) { IsBackground = true }.Start(); }; @@ -81,7 +81,7 @@ //Control.Send(CommandType_A.write, this.socketFunction); System.Collections.Generic.Dictionary<string, string> d = new System.Collections.Generic.Dictionary<string, string>(); d.Add("on_off", socketFunction.trait_on_off.value.ToString()); - Control.ins.SendWriteCommand(socketFunction, d); + Control.Ins.SendWriteCommand(socketFunction, d); }) { IsBackground = true }.Start(); }; -- Gitblit v1.8.0