ZigbeeApp/Shared/Phone/ZigBee/Device/CommonDevice.cs
@@ -300,7 +300,11 @@ { return Newtonsoft.Json.JsonConvert.DeserializeObject<PMSensor>(strDeviceByte); } return null; else { return null; } //能少存一个变量就少存一个 device.Type = (DeviceType)device.DeviceID; return device; } /// <summary>