| | |
| | | /// </summary> |
| | | public const int USERNAMEORPWDERROR = 10131; |
| | | /// <summary> |
| | | /// 账号不存在,请先注册 |
| | | /// 账号不存在,请注册用户 |
| | | /// </summary> |
| | | public const int ACCOUNTNOEXISTS = 10132; |
| | | /// <summary> |
| | |
| | | /// 即将通过微信授权登录 |
| | | /// </summary> |
| | | public const int LoginByWechat = 10134; |
| | | /// <summary> |
| | | /// 登录中... |
| | | /// </summary> |
| | | public const int Logining = 10135; |
| | | /// <summary> |
| | | /// 当前住宅为空,请先建立住宅 |
| | | /// </summary> |
| | | public const int CurrentlyTheUserIshHouseIsEmptyPleaseBuildANewHouseFirst = 10136; |
| | | /// <summary> |
| | | /// 住宅名称为空 |
| | | /// </summary> |
| | | public const int TheResidenceNameNull = 10137; |
| | | /// <summary> |
| | | /// 邮箱错误,请重新输入 |
| | | /// </summary> |
| | | public const int TheEmailError = 10138; |
| | | /// <summary> |
| | | /// 手机号错误,请重新输入 |
| | | /// </summary> |
| | | public const int ThePhoneError = 10139; |
| | | |
| | | |
| | | #endregion |
| | | |
| | | #region 分类 |
| | | /// <summary> |
| | | /// 改房间名称已存在 |
| | | /// </summary> |
| | | public const int HadSameRoom = 10150; |
| | | /// <summary> |
| | | /// 场景名不能为空 |
| | | /// </summary> |
| | | public const int SceneNameCannotBeNull = 10151; |
| | | /// <summary> |
| | | /// 控制场景失败 |
| | | /// </summary> |
| | | public const int ControlSceneFail = 10152; |
| | | /// <summary> |
| | | /// 场景为空 |
| | | /// </summary> |
| | | public const int TheSceneIsNull = 10153; |
| | | /// <summary> |
| | | /// 该场景中没有执行目标 |
| | | /// </summary> |
| | | public const int ThisSceneHaveNoDevice = 10154; |
| | | /// <summary> |
| | | /// 操作失败 |
| | | /// </summary> |
| | | public const int FAIL = 10155; |
| | | /// <summary> |
| | | /// 发送验证码失败 |
| | | /// </summary> |
| | | public const int SENDFAIL = 10156; |
| | | /// <summary> |
| | | /// 网关不在线 |
| | | /// </summary> |
| | | public const int TheMainGatewayIsNotOnLine = 10157; |
| | | |
| | | /// <summary> |
| | | /// 功能 |
| | | /// </summary> |
| | | public const int Function = 11000; |
| | | |
| | | /// <summary> |
| | | /// 已是最新版本 |
| | | /// </summary> |
| | | public const int TheAppVersionIsNewest = 10160; |
| | | /// <summary> |
| | | /// 更新 |
| | | /// </summary> |
| | | public const int Update = 10161; |
| | | /// <summary> |
| | | /// 更新内容 |
| | | /// </summary> |
| | | public const int UpdateContent = 10162; |
| | | /// <summary> |
| | | /// 更新失败 |
| | | /// </summary> |
| | | public const int UpdateAppFail = 10163; |
| | | /// <summary> |
| | | /// 更新中... |
| | | /// </summary> |
| | | public const int Updating = 10164; |
| | | /// <summary> |
| | | /// 取消更新 |
| | | /// </summary> |
| | | public const int CancelUpdating = 10165; |
| | | |
| | | |
| | | #endregion |
| | | |
| | | #region 分类 |
| | | |
| | | /// <summary> |
| | | /// 功能 |
| | | /// </summary> |
| | | public const int Function = 11000; |
| | | /// <summary> |
| | | /// 场景 |
| | | /// </summary> |
| | |
| | | #endregion |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | public static readonly int OK = 10005; |
| | | |
| | | public static readonly int AccountOrPasswordCanNotBeEmpty = 10006; |
| | | |
| | | public static readonly int IncorrectMailboxformat = 10008; |
| | | public static readonly int PasswordLengthIsLessThanSix = 10009; |
| | | |
| | | |
| | | public static readonly int ThePasswordIsEmpty = 10011; |
| | | public static readonly int PleaseGoToTheMailboxToActivateTheAccountNumber = 10012; |
| | | public static readonly int PleaseInputTheCorrectCellPhoneNumber = 10013; |
| | | public static readonly int PleaseInputTheCorrectVerificationCode = 10014; |
| | | |
| | | |
| | | public static readonly int ThePhoneNumberIsNotRegisteredYetPleaseRegisterFirst = 10017; |
| | | public static readonly int LoginCodeError = 10018; |
| | | public static readonly int ThisUserBelongsToDebugAccountAndIsNotEnabled = 10019; |
| | | public static readonly int PleaseGoToTheMailboxToConfirmThePasswordChange = 10020; |
| | | |
| | | public static readonly int MailDeliveryFailedPleaseTryAgain = 10021; |
| | | public static readonly int TheAccountIsNotAuthorized = 10022; |
| | | public static readonly int Version = 10023; |
| | | public static readonly int QuitAccount = 10024; |
| | | public static readonly int InputNewPWD = 10025; |
| | | public static readonly int CurrentlyTheUserIshHouseIsEmptyPleaseBuildANewHouseFirst = 10026; |
| | | public static readonly int ResidentialNameCannotBeEmpty = 10027; |
| | | public static readonly int TheResidenceNameHasExist = 10028; |
| | | public static readonly int DelResidence = 10029; |
| | | public static readonly int PWDCannotBeNull = 10030; |
| | | |
| | | public static readonly int AddRoomBackgroundPicture = 10031; |
| | | public static readonly int TheRoomNameCannotBeNUll = 10032; |
| | | public static readonly int TheResidenceNameNull = 10033; |
| | | |
| | | |
| | | |
| | | public static readonly int PleaseInputPhoneNumberOrEmail = 11000; |
| | | |
| | | //*****public static readonly int ForgotPassword = 11002; |
| | | |
| | | |
| | | public static readonly int Account = 11005; |
| | | public static readonly int RegisterByPhone = 11006; |
| | | public static readonly int RegisterByEmail = 11007; |
| | | public static readonly int LoginHadAccountPWD = 11008; |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | public static readonly int BackToLogin = 11015; |
| | | |
| | | public static readonly int FindPWDByPhone = 11017; |
| | | public static readonly int FindPWDByEmail = 11018; |
| | | public static readonly int PleaseInputThePhoneAndYouWillHaveVerificationCode = 11019; |
| | | public static readonly int PleaseInputTheEmailAndYouWillHaveVerificatoinCode = 11020; |
| | | public static readonly int ResetPWD = 11021; |
| | | public static readonly int ResetPWDSuccessPleaseLoginAgain = 11022; |
| | | |
| | | public static readonly int Logining = 11024; |
| | | |
| | | public static readonly int AddRoom = 11026; |
| | | |
| | | |
| | | |
| | | public static readonly int SettingContent = 11031; |
| | | public static readonly int PleaseInputRoomName = 11032; |
| | | public static readonly int LocalPic = 11033; |
| | | public static readonly int TakePhoto = 11034; |
| | | public static readonly int SystemPic = 11035; |
| | | |
| | | public static readonly int HadSameRoom = 11037; |
| | | //*****public static readonly int Function = 11038; |
| | | |
| | | |
| | | |
| | | public static readonly int AddFunction = 11042; |
| | | |
| | | public static readonly int Light = 11044; |
| | | public static readonly int AddLight = 11045; |
| | | public static readonly int DropLight = 11046; |
| | | public static readonly int DownLight = 11047; |
| | | public static readonly int SpotLight = 11048; |
| | | public static readonly int DeviceName = 11049; |
| | | |
| | | |
| | | public static readonly int ConfirmAdd = 11052; |
| | | |
| | | public static readonly int Add = 11054; |
| | | public static readonly int DeviceSetting = 11055; |
| | | |
| | | public static readonly int AddDeviceSuccess = 11058; |
| | | |
| | | public static readonly int Device = 11060; |
| | | |
| | | public static readonly int ConfirmDeleteThisRoom = 11062; |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | public static readonly int NextStep = 11071; |
| | | public static readonly int SelectRoom = 11072; |
| | | public static readonly int SelectDevice = 11073; |
| | | |
| | | /// <summary> |
| | | /// 调光 |
| | | /// </summary> |
| | | public static readonly int Dimming = 11075; |
| | | public static readonly int ThisSceneHadTheDevice = 11076; |
| | | public static readonly int SceneNameCannotBeNull = 11077; |
| | | public static readonly int ModifyScene = 11078; |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | public static readonly int YourPWDIsTooSample = 11088; |
| | | public static readonly int PleaseInputTheCorrectEmail = 11089; |
| | | /// <summary> |
| | | /// 操作失败 |
| | | /// </summary> |
| | | public static readonly int FAIL = 11090; |
| | | /// <summary> |
| | | /// 发送验证码失败 |
| | | /// </summary> |
| | | public static readonly int SENDFAIL = 11091; |
| | | /// <summary> |
| | | /// 连接网关或者获取数据失败 |
| | | /// </summary> |
| | | public static readonly int ConnectGWFail = 11092; |
| | | /// <summary> |
| | | /// 时间间隔 |
| | | /// </summary> |
| | | public static readonly int TimeSpan = 11093; |
| | | |
| | | |
| | | |
| | | |
| | | /// <summary> |
| | | /// 自定义 |
| | | /// </summary> |
| | | public static readonly int Custom = 11098; |
| | | |
| | | /// <summary> |
| | | /// 取消收藏 |
| | | /// </summary> |
| | | public static readonly int CancelCollect = 11101; |
| | | /// <summary> |
| | | /// 修改信息 |
| | | /// </summary> |
| | | public static readonly int ChangeDeviceInfo = 11102; |
| | | /// <summary> |
| | | /// 百分比 |
| | | /// </summary> |
| | | public static readonly int Percent = 11103; |
| | | |
| | | |
| | | /// <summary> |
| | | /// The please confirm new password. |
| | | /// </summary> |
| | | public readonly static int PleaseConfirmNewPassword = 11106; |
| | | /// <summary> |
| | | /// 验证码失效 |
| | | /// </summary> |
| | | public readonly static int NORECORD = 11107; |
| | | |
| | | public static readonly int TheMainGatewayIsNotOnLine = 12000; |
| | | |
| | | public static readonly int TheSceneIsNull = 12002; |
| | | /// <summary> |
| | | /// 该场景中没有执行目标 |
| | | /// </summary> |
| | | public static readonly int ThisSceneHaveNoDevice = 12003; |
| | | public static readonly int TheAppVersionIsNewest = 12004; |
| | | public static readonly int Update = 12005; |
| | | public static readonly int UpdateContent = 12006; |
| | | public static readonly int UpdateAppFail = 12007; |
| | | public static readonly int ControlSceneFail = 12008; |
| | | public static readonly int DeleteSceneFail = 12009; |
| | | public static readonly int SaveTheNewRoomOrNo = 12010; |
| | | public static readonly int Updating = 12011; |
| | | public static readonly int CancelUpdating = 12012; |
| | | /// <summary> |
| | | /// 方向与限位 |
| | | /// </summary> |
| | | public static readonly int DirectionLimit = 12013; |
| | | /// <summary> |
| | | /// 维护模式 |
| | | /// </summary> |
| | | public static readonly int MaintenanceMode = 12014; |
| | | /// <summary> |
| | | /// 启动/禁止手拉开关 |
| | | /// </summary> |
| | | public static readonly int Start_Forbid_Hand_Pull_Switch = 12015; |
| | | /// <summary> |
| | | /// 起始方向 |
| | | /// </summary> |
| | | public static readonly int InitialDirection = 12016; |
| | | /// <summary> |
| | | /// 正向 |
| | | /// </summary> |
| | | public static readonly int ForwardDirection = 12017; |
| | | /// <summary> |
| | | /// 反向 |
| | | /// </summary> |
| | | public static readonly int ReverseDirection = 12018; |
| | | /// <summary> |
| | | /// 限位 |
| | | /// </summary> |
| | | public static readonly int Limit = 12019; |
| | | /// <summary> |
| | | /// 开始 |
| | | /// </summary> |
| | | public static readonly int Start = 12020; |
| | | /// <summary> |
| | | /// 结束 |
| | | /// </summary> |
| | | public static readonly int End = 12021; |
| | | /// <summary> |
| | | /// 恢复行程设置 |
| | | /// </summary> |
| | | public static readonly int RestoreTravelSettings = 12022; |
| | | /// <summary> |
| | | /// 恢复行程设置后,当前设置将被初始化,确定继续吗? |
| | | /// </summary> |
| | | public static readonly int IsCancelRestoreTravelSettings = 12023; |
| | | /// <summary> |
| | | /// 切换维护模式失败 |
| | | /// </summary> |
| | | public static readonly int ChangeMaintenanceMode_Fail = 12024; |
| | | /// <summary> |
| | | /// 是否设置当前位置为开始限位? |
| | | /// </summary> |
| | | public static readonly int SettingStartLimit = 12025; |
| | | /// <summary> |
| | | /// 是否设置当前位置为结束限位? |
| | | /// </summary> |
| | | public static readonly int SettingEndLimit = 12026; |
| | | /// <summary> |
| | | /// 设置开始限位 |
| | | /// </summary> |
| | | public static readonly int SetStartLimit = 12027; |
| | | /// <summary> |
| | | /// 设置结束限位 |
| | | /// </summary> |
| | | public static readonly int SetEndLimit = 12028; |
| | | /// <summary> |
| | | /// 导轨移动中,请等待。。。 |
| | | /// </summary> |
| | | public static readonly int PleaseWaitWhileTheGuidewayIsMoving = 12029; |
| | | /// <summary> |
| | | /// 您的账号已在另一台设备登录,您已被强制下线 |
| | | /// </summary> |
| | | public static readonly int YouHaveBeenSignOut = 12030; |
| | | |
| | | /// <summary> |
| | | /// 场景中已包含该场景 |
| | | /// </summary> |
| | | public static readonly int ThisSceneHadTheScene = 12032; |
| | | /// <summary> |
| | | /// 当前没搜索到网关,请先添加网关 |
| | | /// </summary> |
| | | public static readonly int NoGateway = 12033; |
| | | /// <summary> |
| | | ///当前没有可以添加到该房间的设备 |
| | | /// </summary> |
| | | public static readonly int NoDeviceCanAddToRoom = 12034; |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | /// <summary> |
| | | /// 当前房间没有设备可以添加到场景 |
| | | /// </summary> |
| | | public static readonly int TheRoomNoDeviceAddToScene = 12500; |
| | | |
| | | /// <summary> |
| | | /// 往上移动 |
| | | /// </summary> |
| | | public static readonly int RollerShadeUp = 12501; |
| | | /// <summary> |
| | | /// 往下移动 |
| | | /// </summary> |
| | | public static readonly int RollerShadeDown = 12502; |
| | | |
| | | |
| | | /// <summary> |