| | |
| | | public readonly static int CLose = 182; |
| | | public readonly static int Opening = 183; |
| | | public readonly static int DoorLockOpen = 184; |
| | | public readonly static int Year = 185; |
| | | public readonly static int RectifySuccess = 186; |
| | | public readonly static int RectifyFailed = 187; |
| | | public readonly static int SetTempPasswordTip2 = 188; |
| | | public readonly static int SetTempPasswordTip3 = 189; |
| | | public readonly static int SetTempPasswordTip4 = 190; |
| | | public readonly static int SetTempPasswordTip5 = 191; |
| | | public readonly static int SetTempPasswordTip1 = 192; |
| | | |
| | | |
| | | |
| | | |
| | | public readonly static int RemindSetting = 548; |
| | | public readonly static int AddNewUser = 650; |
| | |
| | | |
| | | |
| | | |
| | | #region 登录注册 |
| | | /// <summary> |
| | | /// HDL Home |
| | | /// </summary> |
| | | public const int AppName = 10000; |
| | | #region 登录注册 |
| | | /// <summary> |
| | | /// HDL Home |
| | | /// </summary> |
| | | public const int AppName = 10000; |
| | | |
| | | |
| | | /// <summary> |
| | | /// 手机号 |
| | | /// </summary> |
| | | public const int PhoneNum = 10100; |
| | | /// <summary> |
| | | /// 邮箱 |
| | | /// </summary> |
| | | public const int Email = 10101; |
| | | /// <summary> |
| | | /// 请输入手机号 |
| | | /// </summary> |
| | | public const int PleaseInputPhoneNum = 10102; |
| | | /// <summary> |
| | | /// 请输入不少于6位的密码 |
| | | /// </summary> |
| | | public const int PleaseInputPWD = 10103; |
| | | /// <summary> |
| | | /// 登录 |
| | | /// </summary> |
| | | public const int Login = 10104; |
| | | /// <summary> |
| | | /// 验证码登录 |
| | | /// </summary> |
| | | public const int LoginByCode = 10105; |
| | | /// <summary> |
| | | /// 注册用户 |
| | | /// </summary> |
| | | public const int Register = 10106; |
| | | /// <summary> |
| | | /// 请输入邮箱 |
| | | /// </summary> |
| | | public const int PleaseInputEmail = 10107; |
| | | /// <summary> |
| | | /// 搜索 |
| | | /// </summary> |
| | | public const int Search = 10108; |
| | | /// <summary> |
| | | /// 确定 |
| | | /// </summary> |
| | | public const int Complete = 10109; |
| | | /// <summary> |
| | | /// 账号登录 |
| | | /// </summary> |
| | | public const int LoginByAccountPWD = 10110; |
| | | /// <summary> |
| | | /// 发送验证码 |
| | | /// </summary> |
| | | public const int SendVerificationCode = 10111; |
| | | /// <summary> |
| | | /// 后重发 |
| | | /// </summary> |
| | | public const int SendVerificationCodeAgain = 10112; |
| | | /// <summary> |
| | | /// 请再次输入密码 |
| | | /// </summary> |
| | | public const int PleaseComfirePWD = 10113; |
| | | /// <summary> |
| | | /// 发送验证码成功,请注意查收 |
| | | /// </summary> |
| | | public const int SendVerificationCodeSuccess = 10114; |
| | | /// <summary> |
| | | /// 确定 |
| | | /// </summary> |
| | | public const int Confrim = 10115; |
| | | /// <summary> |
| | | /// 该账号已注册,可直接登录 |
| | | /// </summary> |
| | | public const int AccountHasBeenRegistered = 10116; |
| | | /// <summary> |
| | | /// 提供的参数错误 |
| | | /// </summary> |
| | | public const int PARAMETEROREMPTY = 10117; |
| | | /// <summary> |
| | | /// 两次密码不一致 |
| | | /// </summary> |
| | | public const int TwoPasswordInconsistency = 10118; |
| | | /// <summary> |
| | | /// 验证码错误 |
| | | /// </summary> |
| | | public const int VALIDCODEANDPHONENOEQUAL = 10119; |
| | | /// <summary> |
| | | /// 请求服务器失败 |
| | | /// </summary> |
| | | public const int RequestServerFailed = 10120; |
| | | /// <summary> |
| | | /// 恭喜注册成功! |
| | | /// </summary> |
| | | public const int RegisterSuccessTip = 10121; |
| | | /// <summary> |
| | | /// 即将自动登录 |
| | | /// </summary> |
| | | public const int WillAutoLogin = 10122; |
| | | /// <summary> |
| | | /// 忘记密码 |
| | | /// </summary> |
| | | public const int ForgotPWD = 10123; |
| | | /// <summary> |
| | | /// 确认重置 |
| | | /// </summary> |
| | | public const int ComfirmReset = 10124; |
| | | /// <summary> |
| | | /// 修改成功 |
| | | /// </summary> |
| | | public const int ResetSuccess = 10125; |
| | | /// <summary> |
| | | /// 你的密码修改成功,请重新登录 |
| | | /// </summary> |
| | | public const int ResetScucessPleaseLogin = 10126; |
| | | |
| | | |
| | | #endregion |
| | | |
| | | #region 分类 |
| | | |
| | | /// <summary> |
| | | /// 功能 |
| | | /// </summary> |
| | | public const int Function = 11000; |
| | | /// <summary> |
| | | /// 场景 |
| | | /// </summary> |
| | | public const int Scence = 11001; |
| | | /// <summary> |
| | | /// 自动化 |
| | | /// </summary> |
| | | public const int Automation = 11002; |
| | | |
| | | |
| | | /// <summary> |
| | | /// 没有功能 请在个人中心中--设备管理处添加 |
| | | /// </summary> |
| | | public const int NoFunction = 11010; |
| | | /// <summary> |
| | | /// 编辑 |
| | | /// </summary> |
| | | public const int Edit = 11011; |
| | | /// <summary> |
| | | /// 设置功能 |
| | | /// </summary> |
| | | public const int FunctionSetting = 11012; |
| | | /// <summary> |
| | | /// 信息编辑 |
| | | /// </summary> |
| | | public const int EditInfo = 11013; |
| | | /// <summary> |
| | | /// 功能名称 |
| | | /// </summary> |
| | | public const int FunctionName = 11014; |
| | | /// <summary> |
| | | /// 所属区域 |
| | | /// </summary> |
| | | public const int BelongZone = 11015; |
| | | /// <summary> |
| | | /// 所属模块 |
| | | /// </summary> |
| | | public const int BelongModel = 11016; |
| | | /// <summary> |
| | | /// 未知 |
| | | /// </summary> |
| | | public const int UNKnown = 11017; |
| | | /// <summary> |
| | | /// 分享 |
| | | /// </summary> |
| | | public const int Share = 11018; |
| | | /// <summary> |
| | | /// 分享的 |
| | | /// </summary> |
| | | public const int Shared = 11019; |
| | | /// <summary> |
| | | /// 选择图标 |
| | | /// </summary> |
| | | public const int SelectIcon = 11020; |
| | | /// <summary> |
| | | /// 保存 |
| | | /// </summary> |
| | | public const int Save = 11021; |
| | | /// <summary> |
| | | /// 提示 |
| | | /// </summary> |
| | | public const int TIP = 11022; |
| | | /// <summary> |
| | | /// 取消 |
| | | /// </summary> |
| | | public const int Cancel = 11023; |
| | | /// <summary> |
| | | /// 没有场景 {\r\n} 请点击右上角添加 |
| | | /// </summary> |
| | | public const int NoScene = 11024; |
| | | /// <summary> |
| | | /// 设置 |
| | | /// </summary> |
| | | public const int Setting = 11025; |
| | | /// <summary> |
| | | /// 延时 |
| | | /// </summary> |
| | | public const int Delay = 11026; |
| | | /// <summary> |
| | | /// 确定删除吗? |
| | | /// </summary> |
| | | public const int ConfirmDelete = 11027; |
| | | /// <summary> |
| | | /// 添加场景 |
| | | /// </summary> |
| | | public const int AddScence = 11028; |
| | | /// <summary> |
| | | /// 场景名称 |
| | | /// </summary> |
| | | public const int SceneName = 11029; |
| | | /// <summary> |
| | | /// 请输入场景名称 |
| | | /// </summary> |
| | | public const int PleaseInputSceneName = 11030; |
| | | /// <summary> |
| | | /// 添加执行目标 |
| | | /// </summary> |
| | | public const int AddScentTargetAction = 11031; |
| | | /// <summary> |
| | | /// 选择区域 |
| | | /// </summary> |
| | | public const int SelectZone = 11032; |
| | | /// <summary> |
| | | /// 选择场景图片 |
| | | /// </summary> |
| | | public const int SelectScenePic = 11033; |
| | | |
| | | |
| | | #endregion |
| | | |
| | | #region 主页 |
| | | |
| | | /// <summary> |
| | | /// 房间列表 |
| | | /// </summary> |
| | | public const int RoomList = 13100; |
| | | |
| | | /// <summary> |
| | | /// 选择楼层 |
| | | /// </summary> |
| | | public const int SelectFloor = 13101; |
| | | /// <summary> |
| | | /// 选择住宅 |
| | | /// </summary> |
| | | public const int ChangeHome = 13102; |
| | | /// <summary> |
| | | /// 新用户登录,请先绑定网关 |
| | | /// </summary> |
| | | public const int NewAccountNeedBingGW = 13103; |
| | | /// <summary> |
| | | /// 添加智能网关 |
| | | /// </summary> |
| | | public const int AddSmartGW = 13104; |
| | | /// <summary> |
| | | /// 编辑房间 |
| | | /// </summary> |
| | | public const int EditRoom = 13105; |
| | | /// <summary> |
| | | /// 房间名称 |
| | | /// </summary> |
| | | public const int RoomName = 13106; |
| | | /// <summary> |
| | | /// 所属楼层 |
| | | /// </summary> |
| | | public const int BelongFloor = 13107; |
| | | /// <summary> |
| | | /// 温度 |
| | | /// </summary> |
| | | public const int Temperature = 13108; |
| | | /// <summary> |
| | | /// 湿度 |
| | | /// </summary> |
| | | public const int Humidity = 13109; |
| | | /// <summary> |
| | | /// 当前 |
| | | /// </summary> |
| | | public const int Current = 13110; |
| | | /// <summary> |
| | | /// 开 |
| | | /// </summary> |
| | | public const int Open = 13111; |
| | | /// <summary> |
| | | /// 关 |
| | | /// </summary> |
| | | public const int Close = 13112; |
| | | /// <summary> |
| | | /// 不开启 |
| | | /// </summary> |
| | | public const int NotOpen = 13113; |
| | | /// <summary> |
| | | /// 秒 |
| | | /// </summary> |
| | | public const int Second = 13114; |
| | | /// <summary> |
| | | /// 分钟 |
| | | /// </summary> |
| | | public const int Minute = 13115; |
| | | /// <summary> |
| | | /// 小时 |
| | | /// </summary> |
| | | public const int Hour = 13116; |
| | | /// <summary> |
| | | /// 未分配 |
| | | /// </summary> |
| | | public const int Unallocated = 13117; |
| | | /// <summary> |
| | | /// 全选 |
| | | /// </summary> |
| | | public const int AllSelect = 13118; |
| | | /// <summary> |
| | | /// 添加到 |
| | | /// </summary> |
| | | public const int AddTo = 13119; |
| | | /// <summary> |
| | | /// 手机号 |
| | | /// </summary> |
| | | public const int PhoneNum = 10100; |
| | | /// 该房间是分享过来的,不允许进行该操作 |
| | | /// </summary> |
| | | public const int TheRoomIsSharedNotAllowedToOperate = 13120; |
| | | /// <summary> |
| | | /// 邮箱 |
| | | /// 还没选择房间,请先选择 |
| | | /// </summary> |
| | | public const int Email = 10101; |
| | | public const int NotSelectZone = 13121; |
| | | /// <summary> |
| | | /// 请输入手机号 |
| | | /// 为你的动作创建时间间隔 |
| | | /// </summary> |
| | | public const int PleaseInputPhoneNum = 10102; |
| | | /// <summary> |
| | | /// 请输入不少于6位的密码 |
| | | /// </summary> |
| | | public const int PleaseInputPWD = 10103; |
| | | /// <summary> |
| | | /// 登录 |
| | | /// </summary> |
| | | public const int Login = 10104; |
| | | /// <summary> |
| | | /// 验证码登录 |
| | | /// </summary> |
| | | public const int LoginByCode = 10105; |
| | | /// <summary> |
| | | /// 注册用户 |
| | | /// </summary> |
| | | public const int Register = 10106; |
| | | /// <summary> |
| | | /// 请输入邮箱 |
| | | /// </summary> |
| | | public const int PleaseInputEmail = 10107; |
| | | /// <summary> |
| | | /// 搜索 |
| | | /// </summary> |
| | | public const int Search = 10108; |
| | | /// <summary> |
| | | /// 确定 |
| | | /// </summary> |
| | | public const int Complete = 10109; |
| | | /// <summary> |
| | | /// 账号登录 |
| | | /// </summary> |
| | | public const int LoginByAccountPWD = 10110; |
| | | /// <summary> |
| | | /// 发送验证码 |
| | | /// </summary> |
| | | public const int SendVerificationCode = 10111; |
| | | /// <summary> |
| | | /// 后重发 |
| | | /// </summary> |
| | | public const int SendVerificationCodeAgain = 10112; |
| | | /// <summary> |
| | | /// 请再次输入密码 |
| | | /// </summary> |
| | | public const int PleaseComfirePWD = 10113; |
| | | /// <summary> |
| | | /// 发送验证码成功,请注意查收 |
| | | /// </summary> |
| | | public const int SendVerificationCodeSuccess = 10114; |
| | | /// <summary> |
| | | /// 确定 |
| | | /// </summary> |
| | | public const int Confrim = 10115; |
| | | /// <summary> |
| | | /// 该账号已注册,可直接登录 |
| | | /// </summary> |
| | | public const int AccountHasBeenRegistered = 10116; |
| | | /// <summary> |
| | | /// 提供的参数错误 |
| | | /// </summary> |
| | | public const int PARAMETEROREMPTY = 10117; |
| | | /// <summary> |
| | | /// 两次密码不一致 |
| | | /// </summary> |
| | | public const int TwoPasswordInconsistency = 10118; |
| | | /// <summary> |
| | | /// 验证码错误 |
| | | /// </summary> |
| | | public const int VALIDCODEANDPHONENOEQUAL = 10119; |
| | | /// <summary> |
| | | /// 请求服务器失败 |
| | | /// </summary> |
| | | public const int RequestServerFailed = 10120; |
| | | /// <summary> |
| | | /// 恭喜注册成功! |
| | | /// </summary> |
| | | public const int RegisterSuccessTip = 10121; |
| | | /// <summary> |
| | | /// 即将自动登录 |
| | | /// </summary> |
| | | public const int WillAutoLogin = 10122; |
| | | /// <summary> |
| | | /// 忘记密码 |
| | | /// </summary> |
| | | public const int ForgotPWD = 10123; |
| | | /// <summary> |
| | | /// 确认重置 |
| | | /// </summary> |
| | | public const int ComfirmReset = 10124; |
| | | /// <summary> |
| | | /// 修改成功 |
| | | /// </summary> |
| | | public const int ResetSuccess = 10125; |
| | | /// <summary> |
| | | /// 你的密码修改成功,请重新登录 |
| | | /// </summary> |
| | | public const int ResetScucessPleaseLogin = 10126; |
| | | public const int SelectTimeForAction = 13122; |
| | | |
| | | |
| | | |
| | | #endregion |
| | | |
| | | #region 分类 |
| | | |
| | | /// <summary> |
| | | /// 功能 |
| | | /// </summary> |
| | | public const int Function = 11000; |
| | | /// <summary> |
| | | /// 场景 |
| | | /// </summary> |
| | | public const int Scence = 11001; |
| | | /// <summary> |
| | | /// 自动化 |
| | | /// </summary> |
| | | public const int Automation = 11002; |
| | | |
| | | |
| | | /// <summary> |
| | | /// 没有功能 请在个人中心中--设备管理处添加 |
| | | /// </summary> |
| | | public const int NoFunction = 11010; |
| | | /// <summary> |
| | | /// 编辑 |
| | | /// </summary> |
| | | public const int Edit = 11011; |
| | | /// <summary> |
| | | /// 设置功能 |
| | | /// </summary> |
| | | public const int FunctionSetting = 11012; |
| | | /// <summary> |
| | | /// 信息编辑 |
| | | /// </summary> |
| | | public const int EditInfo = 11013; |
| | | /// <summary> |
| | | /// 功能名称 |
| | | /// </summary> |
| | | public const int FunctionName = 11014; |
| | | /// <summary> |
| | | /// 所属区域 |
| | | /// </summary> |
| | | public const int BelongZone = 11015; |
| | | /// <summary> |
| | | /// 所属模块 |
| | | /// </summary> |
| | | public const int BelongModel = 11016; |
| | | /// <summary> |
| | | /// 未知 |
| | | /// </summary> |
| | | public const int UNKnown = 11017; |
| | | /// <summary> |
| | | /// 分享 |
| | | /// </summary> |
| | | public const int Share = 11018; |
| | | /// <summary> |
| | | /// 分享的 |
| | | /// </summary> |
| | | public const int Shared = 11019; |
| | | /// <summary> |
| | | /// 选择图标 |
| | | /// </summary> |
| | | public const int SelectIcon = 11020; |
| | | /// <summary> |
| | | /// 保存 |
| | | /// </summary> |
| | | public const int Save = 11021; |
| | | /// <summary> |
| | | /// 提示 |
| | | /// </summary> |
| | | public const int TIP = 11022; |
| | | /// <summary> |
| | | /// 取消 |
| | | /// </summary> |
| | | public const int Cancel = 11023; |
| | | /// <summary> |
| | | /// 没有场景 {\r\n} 请点击右上角添加 |
| | | /// </summary> |
| | | public const int NoScene = 11024; |
| | | /// <summary> |
| | | /// 设置 |
| | | /// </summary> |
| | | public const int Setting = 11025; |
| | | /// <summary> |
| | | /// 定时 |
| | | /// </summary> |
| | | public const int Delay = 11026; |
| | | /// <summary> |
| | | /// 确定删除吗? |
| | | /// </summary> |
| | | public const int ConfirmDelete = 11027; |
| | | /// <summary> |
| | | /// 添加场景 |
| | | /// </summary> |
| | | public const int AddScence = 11028; |
| | | /// <summary> |
| | | /// 场景名称 |
| | | /// </summary> |
| | | public const int SceneName = 11029; |
| | | /// <summary> |
| | | /// 请输入场景名称 |
| | | /// </summary> |
| | | public const int PleaseInputSceneName = 11030; |
| | | /// <summary> |
| | | /// 添加执行目标 |
| | | /// </summary> |
| | | public const int AddScentTargetAction = 11031; |
| | | /// <summary> |
| | | /// 选择区域 |
| | | /// </summary> |
| | | public const int SelectZone = 11032; |
| | | /// <summary> |
| | | /// 选择场景图片 |
| | | /// </summary> |
| | | public const int SelectScenePic = 11033; |
| | | |
| | | |
| | | #endregion |
| | | |
| | | #region 主页 |
| | | |
| | | /// <summary> |
| | | /// 房间列表 |
| | | /// </summary> |
| | | public const int RoomList = 13100; |
| | | |
| | | /// <summary> |
| | | /// 选择楼层 |
| | | /// </summary> |
| | | public const int SelectFloor = 13101; |
| | | /// <summary> |
| | | /// 选择住宅 |
| | | /// </summary> |
| | | public const int ChangeHome = 13102; |
| | | /// <summary> |
| | | /// 新用户登录,请先绑定网关 |
| | | /// </summary> |
| | | public const int NewAccountNeedBingGW = 13103; |
| | | /// <summary> |
| | | /// 添加智能网关 |
| | | /// </summary> |
| | | public const int AddSmartGW = 13104; |
| | | /// <summary> |
| | | /// 编辑房间 |
| | | /// </summary> |
| | | public const int EditRoom = 13105; |
| | | /// <summary> |
| | | /// 房间名称 |
| | | /// </summary> |
| | | public const int RoomName = 13106; |
| | | /// <summary> |
| | | /// 所属楼层 |
| | | /// </summary> |
| | | public const int BelongFloor = 13107; |
| | | /// <summary> |
| | | /// 温度 |
| | | /// </summary> |
| | | public const int Temperature = 13108; |
| | | /// <summary> |
| | | /// 湿度 |
| | | /// </summary> |
| | | public const int Humidity = 13109; |
| | | /// <summary> |
| | | /// 当前 |
| | | /// </summary> |
| | | public const int Current = 13110; |
| | | /// <summary> |
| | | /// 开 |
| | | /// </summary> |
| | | public const int Open = 13111; |
| | | /// <summary> |
| | | /// 关 |
| | | /// </summary> |
| | | public const int Close = 13112; |
| | | /// <summary> |
| | | /// 不开启 |
| | | /// </summary> |
| | | public const int NotOpen = 13113; |
| | | /// <summary> |
| | | /// 秒 |
| | | /// </summary> |
| | | public const int Second = 13114; |
| | | /// <summary> |
| | | /// 分钟 |
| | | /// </summary> |
| | | public const int Minute = 13115; |
| | | /// <summary> |
| | | /// 小时 |
| | | /// </summary> |
| | | public const int Hour = 13116; |
| | | /// <summary> |
| | | /// 未分配 |
| | | /// </summary> |
| | | public const int Unallocated = 13117; |
| | | /// <summary> |
| | | /// 全选 |
| | | /// </summary> |
| | | public const int AllSelect = 13118; |
| | | /// <summary> |
| | | /// 添加到 |
| | | /// </summary> |
| | | public const int AddTo = 13119; |
| | | |
| | | #endregion |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | /// <summary> |
| | | /// 喜爱 |
| | |
| | | public static readonly int Favorite = 100000; |
| | | |
| | | |
| | | public static readonly int OK = 10005; |
| | | public static readonly int OK = 10005; |
| | | |
| | | public static readonly int AccountOrPasswordCanNotBeEmpty = 10006; |
| | | public static readonly int AccountOrPasswordCanNotBeEmpty = 10006; |
| | | |
| | | public static readonly int IncorrectMailboxformat = 10008; |
| | | public static readonly int PasswordLengthIsLessThanSix = 10009; |
| | | |
| | | 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 PleaseSelectAreaCode = 10015; |
| | | |
| | | 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 ThePasswordIsEmpty = 10011; |
| | | public static readonly int PleaseGoToTheMailboxToActivateTheAccountNumber = 10012; |
| | | public static readonly int PleaseInputTheCorrectCellPhoneNumber = 10013; |
| | | public static readonly int PleaseInputTheCorrectVerificationCode = 10014; |
| | | public static readonly int PleaseSelectAreaCode = 10015; |
| | | |
| | | public static readonly int AddRoomBackgroundPicture = 10031; |
| | | public static readonly int TheRoomNameCannotBeNUll = 10032; |
| | | public static readonly int TheResidenceNameNull = 10033; |
| | | 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 PleaseInputPhoneNumberOrEmail = 11000; |
| | | |
| | | 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 ForgotPassword = 11002; |
| | | |
| | | |
| | | public static readonly int PleaseInputVerificationCode = 11011; |
| | | |
| | | 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 PleaseInputVerificationCode = 11011; |
| | | |
| | | |
| | | |
| | | public static readonly int BackToLogin = 11015; |
| | | 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 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 Logining = 11024; |
| | | |
| | | public static readonly int AddRoom = 11026; |
| | | |
| | | 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 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 Delete = 11041; |
| | | public static readonly int AddFunction = 11042; |
| | | public static readonly int Delete = 11041; |
| | | 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 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 ConfirmAdd = 11052; |
| | | |
| | | public static readonly int Add = 11054; |
| | | public static readonly int DeviceSetting = 11055; |
| | | public static readonly int Add = 11054; |
| | | public static readonly int DeviceSetting = 11055; |
| | | |
| | | public static readonly int AddDeviceSuccess = 11058; |
| | | public static readonly int AddDeviceSuccess = 11058; |
| | | |
| | | public static readonly int Device = 11060; |
| | | |
| | | public static readonly int ConfirmDeleteThisRoom = 11062; |
| | | 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; |
| | | |
| | | |
| | | /// <summary> |
| | | /// 未激活 |
| | | /// </summary> |
| | | public static readonly int NOTVERIFY = 11081; |
| | | /// <summary> |
| | | /// 该用户属于调试账号,并未启用 |
| | | /// </summary> |
| | | public static readonly int NOTENABLE = 11082; |
| | | /// <summary> |
| | | /// //数据并不在此HDL区域服务器 |
| | | /// </summary> |
| | | public static readonly int YOUDATANOISLOCALREGION = 11083; |
| | | /// <summary> |
| | | /// 账号或密码错误 |
| | | /// </summary> |
| | | public static readonly int USERNAMEORPWDERROR = 11084; |
| | | /// <summary> |
| | | /// 账号不存在,请先注册 |
| | | /// </summary> |
| | | public static readonly int ACCOUNTNOEXISTS = 11085; |
| | | |
| | | |
| | | 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; |
| | | public static readonly int TheSceneHadExist = 11094; |
| | | public static readonly int AddSceneFail = 11095; |
| | | public static readonly int NextStep = 11071; |
| | | public static readonly int SelectRoom = 11072; |
| | | public static readonly int SelectDevice = 11073; |
| | | |
| | | /// <summary> |
| | | /// 自定义 |
| | | /// </summary> |
| | | public static readonly int Custom = 11098; |
| | | /// <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; |
| | | |
| | | /// <summary> |
| | | /// 取消收藏 |
| | | /// </summary> |
| | | public static readonly int CancelCollect = 11101; |
| | | /// <summary> |
| | | /// 修改信息 |
| | | /// </summary> |
| | | public static readonly int ChangeDeviceInfo = 11102; |
| | | /// <summary> |
| | | /// 百分比 |
| | | /// </summary> |
| | | public static readonly int Percent = 11103; |
| | | public static readonly int Success = 11104; |
| | | |
| | | /// <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; |
| | | /// <summary> |
| | | /// 失败,请重试 |
| | | /// </summary> |
| | | public static readonly int FailedPleaseTryAgain = 12001; |
| | | 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 SelectFanMode = 12035; |
| | | /// <summary> |
| | | /// 低风 |
| | | /// </summary> |
| | | public static readonly int Fan_Low = 12036; |
| | | /// <summary> |
| | | /// 中风 |
| | | /// </summary> |
| | | public static readonly int Fan_Middle = 12037; |
| | | /// <summary> |
| | | /// 高风 |
| | | /// </summary> |
| | | public static readonly int Fan_Height = 12038; |
| | | /// <summary> |
| | | /// 选择模式 |
| | | /// </summary> |
| | | public static readonly int SelectMode = 12039; |
| | | /// <summary> |
| | | /// 自动 |
| | | /// </summary> |
| | | public static readonly int Mode_Auto = 12040; |
| | | /// <summary> |
| | | /// 制冷 |
| | | /// </summary> |
| | | public static readonly int Mode_Cool = 12041; |
| | | /// <summary> |
| | | /// 制热 |
| | | /// </summary> |
| | | public static readonly int Mode_Heat = 12042; |
| | | /// <summary> |
| | | /// 除湿 |
| | | /// </summary> |
| | | public static readonly int Mode_Dry = 12043; |
| | | /// <summary> |
| | | /// 送风 |
| | | /// </summary> |
| | | public static readonly int Mode_FanOnly = 12044; |
| | | /// <summary> |
| | | /// 室温 |
| | | /// </summary> |
| | | public static readonly int IndoorTemperature = 12045; |
| | | /// <summary> |
| | | /// 空调已经关闭,请先打开 |
| | | /// </summary> |
| | | public static readonly int TheACIsClose = 12046; |
| | | /// <summary> |
| | | /// 该房间是分享过来的,不允许进行该操作 |
| | | /// </summary> |
| | | public static readonly int TheRoomIsSharedNotAllowedToOperate = 12047; |
| | | /// <summary> |
| | | /// 未激活 |
| | | /// </summary> |
| | | public static readonly int NOTVERIFY = 11081; |
| | | /// <summary> |
| | | /// 该用户属于调试账号,并未启用 |
| | | /// </summary> |
| | | public static readonly int NOTENABLE = 11082; |
| | | /// <summary> |
| | | /// //数据并不在此HDL区域服务器 |
| | | /// </summary> |
| | | public static readonly int YOUDATANOISLOCALREGION = 11083; |
| | | /// <summary> |
| | | /// 账号或密码错误 |
| | | /// </summary> |
| | | public static readonly int USERNAMEORPWDERROR = 11084; |
| | | /// <summary> |
| | | /// 账号不存在,请先注册 |
| | | /// </summary> |
| | | public static readonly int ACCOUNTNOEXISTS = 11085; |
| | | |
| | | #region 设备类型 |
| | | /// <summary> |
| | | /// 未知设备 |
| | | /// </summary> |
| | | public static readonly int UnknowDevice = 12100; |
| | | /// <summary> |
| | | /// 控制面板 |
| | | /// </summary> |
| | | public static readonly int OnOffSwitch = 12101; |
| | | /// <summary> |
| | | /// 继电器 |
| | | /// </summary> |
| | | public static readonly int OnOffOutput = 12102; |
| | | /// <summary> |
| | | /// 调光灯 |
| | | /// </summary> |
| | | public static readonly int DimmableLight = 12103; |
| | | /// <summary> |
| | | /// 窗帘 |
| | | /// </summary> |
| | | public static readonly int WindowCoveringDevice = 12104; |
| | | /// <summary> |
| | | /// 空调 |
| | | /// </summary> |
| | | public static readonly int Thermostat = 12105; |
| | | /// <summary> |
| | | /// 传感器 |
| | | /// </summary> |
| | | public static readonly int IASZone = 12106; |
| | | /// <summary> |
| | | /// 空气开关 |
| | | /// </summary> |
| | | public static readonly int AirSwitch = 12107; |
| | | /// <summary> |
| | | /// 彩灯 |
| | | /// </summary> |
| | | public static readonly int ColorDimmableLight = 12108; |
| | | /// <summary> |
| | | /// 中继器 |
| | | /// </summary> |
| | | public static readonly int Repeater = 12109; |
| | | |
| | | #endregion |
| | | 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; |
| | | public static readonly int TheSceneHadExist = 11094; |
| | | public static readonly int AddSceneFail = 11095; |
| | | |
| | | /// <summary> |
| | | /// 当前房间没有设备可以添加到场景 |
| | | /// </summary> |
| | | public static readonly int TheRoomNoDeviceAddToScene = 12500; |
| | | /// <summary> |
| | | /// 自定义 |
| | | /// </summary> |
| | | public static readonly int Custom = 11098; |
| | | |
| | | /// <summary> |
| | | /// 往上移动 |
| | | /// </summary> |
| | | public static readonly int RollerShadeUp = 12501; |
| | | /// <summary> |
| | | /// 往下移动 |
| | | /// </summary> |
| | | public static readonly int RollerShadeDown = 12502; |
| | | /// <summary> |
| | | /// 取消收藏 |
| | | /// </summary> |
| | | public static readonly int CancelCollect = 11101; |
| | | /// <summary> |
| | | /// 修改信息 |
| | | /// </summary> |
| | | public static readonly int ChangeDeviceInfo = 11102; |
| | | /// <summary> |
| | | /// 百分比 |
| | | /// </summary> |
| | | public static readonly int Percent = 11103; |
| | | public static readonly int Success = 11104; |
| | | |
| | | /// <summary> |
| | | /// 密码长度为{0}个字符 |
| | | /// </summary> |
| | | public const int PswLengthMsg = 15000; |
| | | /// <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; |
| | | /// <summary> |
| | | /// 失败,请重试 |
| | | /// </summary> |
| | | public static readonly int FailedPleaseTryAgain = 12001; |
| | | 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 SelectFanMode = 12035; |
| | | /// <summary> |
| | | /// 低风 |
| | | /// </summary> |
| | | public static readonly int Fan_Low = 12036; |
| | | /// <summary> |
| | | /// 中风 |
| | | /// </summary> |
| | | public static readonly int Fan_Middle = 12037; |
| | | /// <summary> |
| | | /// 高风 |
| | | /// </summary> |
| | | public static readonly int Fan_Height = 12038; |
| | | /// <summary> |
| | | /// 选择模式 |
| | | /// </summary> |
| | | public static readonly int SelectMode = 12039; |
| | | /// <summary> |
| | | /// 自动 |
| | | /// </summary> |
| | | public static readonly int Mode_Auto = 12040; |
| | | /// <summary> |
| | | /// 制冷 |
| | | /// </summary> |
| | | public static readonly int Mode_Cool = 12041; |
| | | /// <summary> |
| | | /// 制热 |
| | | /// </summary> |
| | | public static readonly int Mode_Heat = 12042; |
| | | /// <summary> |
| | | /// 除湿 |
| | | /// </summary> |
| | | public static readonly int Mode_Dry = 12043; |
| | | /// <summary> |
| | | /// 送风 |
| | | /// </summary> |
| | | public static readonly int Mode_FanOnly = 12044; |
| | | /// <summary> |
| | | /// 室温 |
| | | /// </summary> |
| | | public static readonly int IndoorTemperature = 12045; |
| | | /// <summary> |
| | | /// 空调已经关闭,请先打开 |
| | | /// </summary> |
| | | public static readonly int TheACIsClose = 12046; |
| | | |
| | | |
| | | #region 设备类型 |
| | | /// <summary> |
| | | /// 未知设备 |
| | | /// </summary> |
| | | public static readonly int UnknowDevice = 12100; |
| | | /// <summary> |
| | | /// 控制面板 |
| | | /// </summary> |
| | | public static readonly int OnOffSwitch = 12101; |
| | | /// <summary> |
| | | /// 继电器 |
| | | /// </summary> |
| | | public static readonly int OnOffOutput = 12102; |
| | | /// <summary> |
| | | /// 调光灯 |
| | | /// </summary> |
| | | public static readonly int DimmableLight = 12103; |
| | | /// <summary> |
| | | /// 窗帘 |
| | | /// </summary> |
| | | public static readonly int WindowCoveringDevice = 12104; |
| | | /// <summary> |
| | | /// 空调 |
| | | /// </summary> |
| | | public static readonly int Thermostat = 12105; |
| | | /// <summary> |
| | | /// 传感器 |
| | | /// </summary> |
| | | public static readonly int IASZone = 12106; |
| | | /// <summary> |
| | | /// 空气开关 |
| | | /// </summary> |
| | | public static readonly int AirSwitch = 12107; |
| | | /// <summary> |
| | | /// 彩灯 |
| | | /// </summary> |
| | | public static readonly int ColorDimmableLight = 12108; |
| | | /// <summary> |
| | | /// 中继器 |
| | | /// </summary> |
| | | public static readonly int Repeater = 12109; |
| | | |
| | | #endregion |
| | | |
| | | /// <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> |
| | | /// 密码长度为{0}个字符 |
| | | /// </summary> |
| | | public const int PswLengthMsg = 15000; |
| | | /// <summary> |
| | | /// 1个小写字母 |
| | | /// </summary> |
| | |
| | | /// </summary> |
| | | public const int uStopSearch = 15050; |
| | | /// <summary> |
| | | /// 智能网关配置网络中 |
| | | /// 正在搜索网关… |
| | | /// </summary> |
| | | public const int uGatewaySetting = 15051; |
| | | public const int uGatewaySearching = 15051; |
| | | /// <summary> |
| | | /// 请稍候 |
| | | /// </summary> |
| | | public const int uPleaseWait = 15052; |
| | | /// <summary> |
| | | /// 请确保网关已用网线连接 |
| | | /// 请确保网关与网线连接{0}系统灯每秒闪烁一次 |
| | | /// </summary> |
| | | public const int ConfirmLineConnectMsg = 15053; |
| | | /// <summary> |
| | |
| | | /// </summary> |
| | | public const int NormalTip = 15061; |
| | | /// <summary> |
| | | /// 需重新绑定 |
| | | /// 换绑 |
| | | /// </summary> |
| | | public const int uNeedReBinding = 15062; |
| | | public const int uReBindAgain = 15062; |
| | | /// <summary> |
| | | /// 已绑定 |
| | | /// </summary> |
| | |
| | | /// </summary> |
| | | public const int uAppAutoBackup = 15400; |
| | | /// <summary>
|
| | | /// 子网关
|
| | | /// 从网关
|
| | | /// </summary> |
| | | public const int uChidrenGateway = 15401;
|
| | | /// <summary>
|
| | |
| | | /// </summary> |
| | | public const int uGetGatewayTagartFail = 15491; |
| | | /// <summary>
|
| | | /// 是否重新绑定网关?
|
| | | /// 确认绑定旧网关?
|
| | | /// </summary> |
| | | public const int uRebindGatewayMsg = 15492; |
| | | /// <summary>
|
| | |
| | | /// </summary> |
| | | public const int uHadSharedContent = 15564;
|
| | | /// <summary> |
| | | /// 新增共享 |
| | | /// 创建新共享 |
| | | /// </summary> |
| | | public const int uAddShared = 15565;
|
| | | /// <summary> |
| | |
| | | /// </summary>
|
| | | public const int uCanNotAddDeviceInGarrisonMode = 15582;
|
| | | /// <summary>
|
| | | /// 全部区域无可共享的设备
|
| | | /// 无可共享的房间
|
| | | /// </summary> |
| | | public const int uNotShardDeviceInAllRoomMsg = 15583;
|
| | | /// <summary>
|
| | |
| | | /// 确认删除共享房间?
|
| | | /// </summary>
|
| | | public const int uDeleteShardRoomMsg = 15777;
|
| | | /// <summary>
|
| | | /// 还没绑定网关哦
|
| | | /// </summary>
|
| | | public const int uHadNotBindGatewayMsg = 15778;
|
| | | /// <summary>
|
| | | /// 解决方法,可选择执行以下任意一种方式:
|
| | | /// </summary>
|
| | | public const int uSearchGatewayFailMsg1 = 15779;
|
| | | /// <summary>
|
| | | /// 1.长按ZB/RST键20秒,网关恢复出厂设置,指示灯全部熄{0}灭后,重新入网。
|
| | | /// </summary>
|
| | | public const int uSearchGatewayFailMsg2 = 15780;
|
| | | /// <summary>
|
| | | /// 2.点按HID/WCFG键,进入网关换绑模式,系统指示灯快闪{0}5秒。
|
| | | /// </summary>
|
| | | public const int uSearchGatewayFailMsg3 = 15781;
|
| | | /// <summary>
|
| | | /// 3.请重试,重新添加网关。
|
| | | /// </summary>
|
| | | public const int uSearchGatewayFailMsg4 = 15782;
|
| | | /// <summary>
|
| | | /// 4.返回网关管理。
|
| | | /// </summary>
|
| | | public const int uSearchGatewayFailMsg5 = 15783;
|
| | | /// <summary>
|
| | | /// 重试
|
| | | /// </summary>
|
| | | public const int uReDoAgain = 15784;
|
| | | /// <summary>
|
| | | /// 返回网关管理
|
| | | /// </summary>
|
| | | public const int uGobackGatewayManage = 15785;
|
| | | /// <summary>
|
| | | /// 搜索失败
|
| | | /// </summary>
|
| | | public const int uSearchFail = 15786;
|
| | | /// <summary>
|
| | | /// (新)
|
| | | /// </summary>
|
| | | public const int uNewTip1 = 15787;
|
| | | /// <summary>
|
| | | /// 正在换绑网关,请稍候…
|
| | | /// </summary>
|
| | | public const int uIsReBindingPleaseWaiting = 15788;
|
| | |
|
| | | //★★★★下面这些是接口的返回信息翻译,从18000开始★★★★
|
| | | /// <summary>
|