| | |
| | | /// 密码连续输错次数已达到10次,用户已被锁定,请次日0点后再登陆 |
| | | /// </summary> |
| | | public const int AccountLoginLock = 9049; |
| | | /// <summary> |
| | | /// 验证面容ID |
| | | /// </summary> |
| | | public const int VerifyFaceID = 9050; |
| | | |
| | | |
| | | |
| | | #region 网络请求响应错误提示信息 |
| | | /// <summary> |
| | |
| | | /// 住宅不存在 |
| | | /// </summary> |
| | | public const int Home_NoExists = 10016; |
| | | |
| | | /// <summary> |
| | | /// 请求失败,参数异常! |
| | | /// </summary> |
| | | public const int RequestFailedParameterException = 10017; |
| | | /// <summary> |
| | | /// 绑定号码重复 |
| | | /// </summary> |
| | | public const int DuplicateBindingNumber = 10018; |
| | | /// <summary> |
| | | /// 当前住宅没有绑定网关 |
| | | /// </summary> |
| | | public const int PleaseBindTheGatewayFirst = 10019; |
| | | /// <summary> |
| | | /// 网关不存在 |
| | | /// </summary> |
| | | public const int GatewayDoesNotExist = 10020; |
| | | /// <summary> |
| | | /// 网关离线 |
| | | /// </summary> |
| | | public const int GatewayOffline = 10021; |
| | | /// <summary> |
| | | /// 设备离线 |
| | | /// </summary> |
| | | public const int DeviceOffline = 10022; |
| | | /// <summary> |
| | | /// 控制失败,请稍后再试! |
| | | /// </summary> |
| | | public const int ControlFailure = 10023; |
| | | /// <summary> |
| | | /// 场景已经存在 |
| | | /// </summary> |
| | | public const int SceneAlreadyExists = 10024; |
| | | /// <summary> |
| | | /// 自动化已经存在 |
| | | /// </summary> |
| | | public const int AutomationAlreadyExists = 10025; |
| | | /// <summary> |
| | | /// spk不支持该功能 |
| | | /// </summary> |
| | | public const int SpkNotSupportThisFeature = 10026; |
| | | /// <summary> |
| | | /// spk功能不支持此功能值 |
| | | /// </summary> |
| | | public const int SpkNotSupportThisFunctionValue = 10027; |
| | | /// <summary> |
| | | /// 没有权限 |
| | | /// </summary> |
| | | public const int PermissionDenied = 10028; |
| | | /// <summary> |
| | | /// 设备目标重复 |
| | | /// </summary> |
| | | public const int DuplicateDeviceTarget = 10029; |
| | | /// <summary> |
| | | /// 没有远程控制权限 |
| | | /// </summary> |
| | | public const int NoRemoteControlPermission = 10030; |
| | | /// <summary> |
| | | /// 设备不能为空 |
| | | /// </summary> |
| | | public const int TheDeviceCannotBeEmpty = 10031; |
| | | /// <summary> |
| | | /// 用户没有设备的权限 |
| | | /// </summary> |
| | | public const int NotHavePermissionToTheDevice = 10032; |
| | | /// <summary> |
| | | /// 设备不存在 |
| | | /// </summary> |
| | | public const int TheDeviceDoesNotExist = 10033; |
| | | |
| | | |
| | | |
| | | |
| | | #endregion |
| | | #endregion |
| | | } |