From 2bec9c838d2d688025698de8ec1de401ffd7dd1f Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期二, 11 八月 2020 14:13:55 +0800 Subject: [PATCH] 20200811 --- HDL_ON/Entity/Function/Light.cs | 19 ------------------- 1 files changed, 0 insertions(+), 19 deletions(-) diff --git a/HDL_ON/Entity/Function/Light.cs b/HDL_ON/Entity/Function/Light.cs index b50e5fb..ac77986 100644 --- a/HDL_ON/Entity/Function/Light.cs +++ b/HDL_ON/Entity/Function/Light.cs @@ -211,25 +211,6 @@ var sendJob = new JObject(); if (command == CommandType_A.write) { - -#if DEBUG - switch(sid) - { - case "00010114051D0A300C92C902020200010001": - sid = "00010114041710193123D402020200010001"; - break; - case "00010114051D0A300C92C902020200020001": - sid = "00010114041710193123D402020200020001"; - break; - case "00010114051D0A300C92C902020200030001": - sid = "00010114041710193123D402020200030001"; - break; - case "00010114051D0A300C92C902020200040001": - sid = "00010114041710193123D402020200040001"; - break; - } -#endif - sendJob = new JObject { { "vendor_code", vendor_code }, { "command", command.ToString() }, { "type", "device" } }; JObject data = new JObject { { "sid", sid } }; sendJob.Add("objects", data); -- Gitblit v1.8.0