黄学彪
2020-03-23 cc0d80c7d86c6d0167269b3408c4b30c24ce84e9
ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Logic/HdlDeviceHardInfoLogic.cs
@@ -211,7 +211,17 @@
                    isRightData = true;
                    if (data.AttriButeDataHex.Length > 2)
                    {
                        var value = UserCenterLogic.TranslateHexadecimalIntoText(data.AttriButeDataHex.Substring(2));
                        string value;
                        if (Common.LocalDevice.Current.IsHdlDevice(device) == false)
                        {
                            //第三方设备
                            value = data.AttriButeDataHex.Substring(2);
                        }
                        else
                        {
                            //河东设备
                            value = UserCenterLogic.TranslateHexadecimalIntoText(data.AttriButeDataHex.Substring(2));
                        }
                        if (device.SerialNumber != value)
                        {
                            //属性变更了