| | |
| | |
|
| | | //镜像ID
|
| | | row1.AddLeftCaption(Language.StringByID(R.MyInternationalizationString.uImageId), 300);
|
| | | row1.AddMostRightView(zbGateway.getGwInfo.ZbImageType.ToString(), 400);
|
| | | row1.AddMostRightView(zbGateway.CoordinatorImageId.ToString(), 400);
|
| | | row1.AddBottomLine();
|
| | | }
|
| | |
|
| | |
| | |
|
| | | //固件版本
|
| | | row1.AddLeftCaption(Language.StringByID(R.MyInternationalizationString.uFirmwareVersion), 300);
|
| | | row1.AddMostRightView(Common.LocalDevice.Current.AppendVersion(zbGateway.getGwInfo.ZbFWVersion), 400);
|
| | | row1.AddMostRightView(HdlDeviceCommonLogic.Current.AppendVersion(zbGateway.CoordinatorFirmwareVersion), 400);
|
| | | row1.AddBottomLine();
|
| | | }
|
| | |
|
| | |
| | |
|
| | | //固件日期
|
| | | row1.AddLeftCaption(Language.StringByID(R.MyInternationalizationString.uHardwareDate), 300);
|
| | | row1.AddMostRightView(zbGateway.getGwInfo.AppVersion.ToString(), 400);
|
| | | row1.AddMostRightView(zbGateway.GwVersionDate.ToString(), 400);
|
| | | row1.AddBottomLine();
|
| | | }
|
| | |
|
| | |
| | |
|
| | | //硬件版本
|
| | | row1.AddLeftCaption(Language.StringByID(R.MyInternationalizationString.uHardwareVersion), 300);
|
| | | row1.AddMostRightView(zbGateway.getGwInfo.ZbHWVersion.ToString(), 400);
|
| | | row1.AddMostRightView(zbGateway.CoordinatorHardVersion.ToString(), 400);
|
| | | }
|
| | |
|
| | | #endregion
|