From 1f5636d69332170ea3a41c76c9519f6ff6f0a8d9 Mon Sep 17 00:00:00 2001 From: 黄学彪 <hxb@hdlchina.com.cn> Date: 星期一, 28 十月 2019 15:40:30 +0800 Subject: [PATCH] 合并了代码 --- ZigbeeApp/Shared/Phone/ZigBee/Device/CommonDevice.cs | 11 +++++------ 1 files changed, 5 insertions(+), 6 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/ZigBee/Device/CommonDevice.cs b/ZigbeeApp/Shared/Phone/ZigBee/Device/CommonDevice.cs index a1b5119..0c25cf7 100755 --- a/ZigbeeApp/Shared/Phone/ZigBee/Device/CommonDevice.cs +++ b/ZigbeeApp/Shared/Phone/ZigBee/Device/CommonDevice.cs @@ -1,6 +1,5 @@ using System; using System.Collections.Generic; -using System.Linq; using System.Text; using Newtonsoft.Json.Linq; @@ -23,7 +22,7 @@ { //if (msg.Contains("DeviceStatusReport") == false) //{ - System.Console.WriteLine(msg); + System.Console.WriteLine(msg + " " + System.DateTime.Now.ToLongTimeString() + " " + System.DateTime.Now.Millisecond); //} } } @@ -212,12 +211,12 @@ else if (this.Type == DeviceType.ColorDimmableLight) { //褰╃伅 - IconPath = "Device/ColorDimmableLight.png"; + IconPath = "Device/ColorLight.png"; } else if (this.Type == DeviceType.DimmableLight) { //璋冨厜鍣� - IconPath = "Device/ColorDimmableLight.png"; + IconPath = "Device/Light.png"; } else if (this.Type == DeviceType.OnOffOutput) { @@ -293,9 +292,9 @@ /// </summary> public DeviceType Type = DeviceType.UnKown; /// <summary> - /// 璁惧鐨勫姛鑳界被鍨�(姝ょ被鍨嬬洰鍓嶅彧閽堝缁х數鍣ㄥ洖璺湁鏁�,榛樿涓虹伅鍏�) + /// 璁惧鐨勫姛鑳界被鍨�(姝ょ被鍨嬬洰鍓嶅彧閽堝缁х數鍣ㄥ洖璺湁鏁�,榛樿鏈寚瀹�) /// </summary> - public DeviceFunctionType DfunctionType = DeviceFunctionType.A鐏厜; + public DeviceFunctionType DfunctionType = DeviceFunctionType.A鏈畾涔�; /// <summary> /// MAC鍦板潃 /// </summary> -- Gitblit v1.8.0