gxc
2020-01-02 00ab3ddb140ba8bb88b5cf572b004a85e1da85e9
ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/DeviceControls/DeviceObjectControl.cs
@@ -76,7 +76,7 @@
            var listDevice = Common.LocalDevice.Current.GetDevicesByMac(this.deviceMac);
            //图标
            btnIcon = frameTable.AddLeftIcon(81);
            Common.LocalDevice.Current.SetDeviceBeloneIconToControl(btnIcon, listDevice);
            Common.LocalDevice.Current.SetDeviceObjectIconToControl(btnIcon, listDevice);
            //设备
            string deviceName = Common.LocalDevice.Current.GetDeviceMacName(listDevice[0]);
@@ -128,7 +128,7 @@
            var listDevice = Common.LocalDevice.Current.GetDevicesByMac(this.deviceMac);
            //图标
            Common.LocalDevice.Current.SetDeviceBeloneIconToControl(btnIcon, listDevice);
            Common.LocalDevice.Current.SetDeviceObjectIconToControl(btnIcon, listDevice);
            //设备
            btnDeviceName.Text = Common.LocalDevice.Current.GetDeviceMacName(listDevice[0]);
            //设备房间