| | |
| | | {
|
| | | recordInfo.IconPath = "Device/Sensor.png";
|
| | | //消息类型:传感器
|
| | | recordInfo.MsgObjectText = Language.StringByID(R.MyInternationalizationString.uDeviceBelongId1200);
|
| | | var infoContent = Common.LocalDevice.Current.GetDeviceModelIdNameInfo("A402");
|
| | | recordInfo.MsgObjectText = infoContent != null ? infoContent.A官方名字 : string.Empty;
|
| | | }
|
| | | else
|
| | | {
|
| | |
| | | {
|
| | | recordInfo.IconPath = "Device/IntelligentLocks.png";
|
| | | //消息类型:智能门锁
|
| | | recordInfo.MsgObjectText = Language.StringByID(R.MyInternationalizationString.uDeviceBelongId2800);
|
| | | var infoContent = Common.LocalDevice.Current.GetDeviceModelIdNameInfo("A405");
|
| | | recordInfo.MsgObjectText = infoContent != null ? infoContent.A官方名字 : string.Empty;
|
| | | }
|
| | | else
|
| | | {
|