ZigbeeApp/Shared/Phone/UserCenter/Device/Light/MiniNightLightFunctionSettionForm.cs
@@ -63,6 +63,7 @@ string caption = Language.StringByID(R.MyInternationalizationString.uDeviceEpointNote); string nameValue = Common.LocalDevice.Current.GetDeviceEpointName(this.device); var btnDeviceName = new FrameCaptionInputControl(caption, nameValue, listview.rowSpace / 2); btnDeviceName.txtInput.MaxByte = 48;//限制只能输入48个字节 listview.AddChidren(btnDeviceName); btnDeviceName.InitControl(); btnDeviceName.AddBottomLine();