old mode 100644
new mode 100755
| | |
| | | public readonly static int Sunrisesunset = 5134; |
| | | public readonly static int cycle = 5135; |
| | | public readonly static int completeNext = 5136; |
| | | public readonly static int Selectedtimetype = 5137; |
| | | public readonly static int Selectedtimetype= 5137; |
| | | public readonly static int Timecondition = 5138; |
| | | public readonly static int condition = 5139; |
| | | public readonly static int pushset = 5140; |
| | |
| | | public readonly static int addtime = 5192; |
| | | public readonly static int selectcommontimetype = 5193; |
| | | public readonly static int newautomation = 5194; |
| | | public readonly static int editautomation = 5195; |
| | | public readonly static int editautomation= 5195; |
| | | public readonly static int open1 = 5196; |
| | | public readonly static int disable = 5197; |
| | | public readonly static int selectsavedautomationstate = 5198; |
| | |
| | | |
| | | |
| | | |
| | | #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 static readonly int Second = 13114; |
| | | /// <summary> |
| | | /// 分钟 |
| | | /// </summary> |
| | | public static readonly int Minute = 13115; |
| | | /// <summary> |
| | | /// 小时 |
| | | /// </summary> |
| | | public static readonly int Hour = 13116; |
| | | |
| | | |
| | | #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 uGarrison = 15191;
|
| | | /// <summary>
|
| | | /// 确定要授权该账号为主账号?
|
| | | /// 确定授权「{0}」成为管理员?
|
| | | /// </summary>
|
| | | public const int uUpSubAccountLevel = 15192; |
| | | /// <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>
|
| | |
| | | /// 存在非法字符「{0}」
|
| | | /// </summary>
|
| | | public const int uErrorFieldIsEsixt = 15773;
|
| | | /// <summary>
|
| | | /// 不存在该账户,请重新输入
|
| | | /// </summary>
|
| | | public const int uMemberIsNotEsixtAndInputAgain = 15774;
|
| | | /// <summary>
|
| | | /// 返回
|
| | | /// </summary>
|
| | | public const int uGoBack = 15775;
|
| | | /// <summary>
|
| | | /// 还没有共享区域给成员{0}可点击右上角“+”添加
|
| | | /// </summary>
|
| | | public const int uNotShardComtentMsg = 15776;
|
| | | /// <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秒,网关恢复出厂设置,指示灯全部熄灭后,重新入网。
|
| | | /// </summary>
|
| | | public const int uSearchGatewayFailMsg2 = 15780;
|
| | | /// <summary>
|
| | | /// 2.点按HID/WCFG键,进入网关换绑模式,系统指示灯快闪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;
|
| | | /// <summary> |
| | | /// 设备配置 |
| | | /// </summary> |
| | | public const int uDeviceSettion = 15789; |
| | | /// <summary> |
| | | /// 数据上传与下载 |
| | | /// </summary> |
| | | public const int uDataUploadAndDownLoad = 15790;
|
| | | /// <summary> |
| | | /// 网关ID |
| | | /// </summary> |
| | | public const int uGatewayID = 15791;
|
| | | /// <summary> |
| | | /// 协调器MAC |
| | | /// </summary> |
| | | public const int uCoordinatorMac = 15792; |
| | | /// <summary> |
| | | /// 协调器信道 |
| | | /// </summary> |
| | | public const int uCoordinatorChannel = 15793;
|
| | | /// <summary> |
| | | /// 协议器PanID |
| | | /// </summary> |
| | | public const int uCoordinatorPanid = 15794;
|
| | | /// <summary>
|
| | | /// 绿色指示灯缓慢闪烁
|
| | | /// </summary>
|
| | | public const int uGreanPilotLampLinghtSlowly = 15795; |
| | | /// <summary>
|
| | | /// 长按{0}秒
|
| | | /// </summary> |
| | | public const int uLongClickSomeSecond = 15796; |
| | | /// <summary>
|
| | | /// 方向与限位
|
| | | /// </summary> |
| | | public const int uDirectionAndLimit = 15797; |
| | | /// <summary>
|
| | | /// 手拉控制
|
| | | /// </summary> |
| | | public const int uHandPullControl = 15798; |
| | | /// <summary>
|
| | | /// 切换手拉控制失败
|
| | | /// </summary> |
| | | public const int uChangeHandPullControlFail = 15799;
|
| | | /// <summary>
|
| | | /// 方向
|
| | | /// </summary> |
| | | public const int uDirection = 15800; |
| | | /// <summary>
|
| | | /// 限位
|
| | | /// </summary> |
| | | public const int uLimit = 15801;
|
| | | /// <summary>
|
| | | /// 开限位
|
| | | /// </summary> |
| | | public const int uOpenLimit = 15802;
|
| | | /// <summary>
|
| | | /// 合限位
|
| | | /// </summary> |
| | | public const int uCloseLimit = 15803; |
| | | /// <summary>
|
| | | /// 重置电机
|
| | | /// </summary> |
| | | public const int uResetElectricalMachinery = 15804;
|
| | | /// <summary>
|
| | | /// 重置电机将初始化{0}方向与限位设置,确认继续?
|
| | | /// </summary> |
| | | public const int uResetElectricalMachineryMsg = 15805; |
| | | /// <summary>
|
| | | /// 选择方向
|
| | | /// </summary> |
| | | public const int uDirectionSelect = 15806;
|
| | | /// <summary> |
| | | /// 正向 |
| | | /// </summary> |
| | | public const int uForwardDirection = 15807;
|
| | | /// <summary> |
| | | /// 反向 |
| | | /// </summary> |
| | | public const int uReverseDirection = 15808;
|
| | | /// <summary> |
| | | /// 窗帘方向设置失败 |
| | | /// </summary> |
| | | public const int uSetCurtainDirectionFail = 15809; |
| | | /// <summary>
|
| | | /// 获取窗帘方向与限位设置失败
|
| | | /// </summary> |
| | | public const int uGetCurtainDirectionAndLimitSettionFail = 15810; |
| | | /// <summary>
|
| | | /// 重置窗帘限位点失败
|
| | | /// </summary> |
| | | public const int uDeleteCurtainLimitFail = 15811;
|
| | | /// <summary>
|
| | | /// 设置窗帘限位点失败
|
| | | /// </summary> |
| | | public const int uCommitCurtainLimitFail = 15812;
|
| | | /// <summary>
|
| | | /// 确认当前位置{0}为开限位?
|
| | | /// </summary> |
| | | public const int uCommitCurtainOpenLimitMsg = 15813;
|
| | | /// <summary>
|
| | | /// 确认当前位置{0}为合限位?
|
| | | /// </summary> |
| | | public const int uCommitCurtainCloseLimitMsg = 15814;
|
| | | /// <summary>
|
| | | /// 重置窗帘失败
|
| | | /// </summary>
|
| | | public const int uRestoreCurtainFail = 15815;
|
| | | /// <summary>
|
| | | /// 上限位
|
| | | /// </summary> |
| | | public const int uUpLimit = 15816;
|
| | | /// <summary>
|
| | | /// 下限位
|
| | | /// </summary> |
| | | public const int uDownLimit = 15817;
|
| | | /// <summary>
|
| | | /// 确认当前位置为上限位?
|
| | | /// </summary> |
| | | public const int uCommitCurtainUpLimitMsg = 15818;
|
| | | /// <summary>
|
| | | /// 确认当前位置为下限位?
|
| | | /// </summary> |
| | | public const int uCommitCurtainDownLimitMsg = 15819;
|
| | | /// <summary>
|
| | | /// 如果满足
|
| | | /// </summary>
|
| | | public const int uIfSatisfied = 15820;
|
| | | /// <summary>
|
| | | /// 就会
|
| | | /// </summary>
|
| | | public const int uResultDo = 15821;
|
| | | /// <summary>
|
| | | /// 触发目标
|
| | | /// </summary>
|
| | | public const int uTriggerTarget = 15822;
|
| | | /// <summary>
|
| | | /// 延时
|
| | | /// </summary> |
| | | public const int uDelayed = 15823;
|
| | | /// <summary>
|
| | | /// 分
|
| | | /// </summary>
|
| | | public const int uMinute = 15824;
|
| | | /// <summary> |
| | | /// 秒 |
| | | /// </summary> |
| | | public const int uSecond = 15825;
|
| | | /// <summary>
|
| | | /// 照明等级
|
| | | /// </summary>
|
| | | public const int uLightLevel = 15826;
|
| | | /// <summary>
|
| | | /// 低
|
| | | /// </summary>
|
| | | public const int uLow = 15827;
|
| | | /// <summary>
|
| | | /// 高
|
| | | /// </summary>
|
| | | public const int uHigh = 15828;
|
| | | /// <summary>
|
| | | /// 没有可以添加的目标
|
| | | /// </summary>
|
| | | public const int uNotHadAddTarget = 15829;
|
| | | /// <summary>
|
| | | /// 逆时针拧开电池后盖
|
| | | /// </summary>
|
| | | public const int uUnscrewTheBatteryAnticlockwise = 15830;
|
| | | /// <summary>
|
| | | /// 绿色指示灯快速闪烁
|
| | | /// </summary>
|
| | | public const int uGreanPilotLampLinghtQuickly = 15831;
|
| | | /// <summary>
|
| | | /// 工作
|
| | | /// </summary>
|
| | | public const int uWork = 15832;
|
| | | /// <summary>
|
| | | /// 配对
|
| | | /// </summary>
|
| | | public const int uPair = 15833;
|
| | | /// <summary>
|
| | | /// 红色指示灯闪烁
|
| | | /// </summary>
|
| | | public const int uRedPilotLampLinght = 15834;
|
| | | /// <summary>
|
| | | /// 指示灯变绿闪烁
|
| | | /// </summary>
|
| | | public const int uPilotLampTurnGreenAndBlinks = 15835;
|
| | | /// <summary>
|
| | | /// 长按{0}秒(按键/LED)
|
| | | /// </summary>
|
| | | public const int uLongClickPanelLEDSomeSecond = 15836;
|
| | | /// <summary>
|
| | | /// 设备添加指引
|
| | | /// </summary>
|
| | | public const int uAddDeviceHelp1 = 15837;
|
| | | /// <summary>
|
| | | /// 可能由于当前网络较差或设备已被他人绑定。
|
| | | /// </summary>
|
| | | public const int uAddDeviceHelp2 = 15838;
|
| | | /// <summary>
|
| | | /// 1.请确保手机与设备之间的距离足够近,并且周围网络环境没有强干扰。
|
| | | /// </summary>
|
| | | public const int uAddDeviceHelp3 = 15839;
|
| | | /// <summary>
|
| | | /// 2.同时需确认应用的定位权限未被关闭。若手动关闭了应用定位权限可能导致无法自拔发现设备。
|
| | | /// </summary>
|
| | | public const int uAddDeviceHelp4 = 15840;
|
| | | /// <summary>
|
| | | /// 3.如果仍始终无法发现设备,可能因为设备已经被他人绑定了。如果你并不清楚是谁连接了设备,可以进行重置,重置方式请查阅说明书,根据指引操作。
|
| | | /// </summary>
|
| | | public const int uAddDeviceHelp5 = 15841;
|
| | |
|
| | | //★★★★下面这些是接口的返回信息翻译,从18000开始★★★★
|
| | | /// <summary>
|
| | |
| | | /// 四按键面板 -> 长按图示按键5秒以上,指示灯变绿、闪烁{0}进入配网状态。绿灯快闪3秒则配网成功
|
| | | /// </summary>
|
| | | public const int uAddFourButtonPanelMsg = 21005;
|
| | | /// <summary>
|
| | | /// Zigbee智能开合帘电机 -> 长按图示按键5秒以上,指示灯{0}变绿闪烁,则进入配网状态{0}绿灯熄灭则配网成功
|
| | | /// </summary>
|
| | | public const int uAddCurtainAutoOpenMsg = 21006;
|
| | | /// <summary>
|
| | | /// Zigbee智能管状电机 -> 长按图示按键5秒以上,指示灯{0}变绿闪烁,则进入配网状态{0}绿灯熄灭则配网成功
|
| | | /// </summary>
|
| | | public const int uAddCurtainSiphonateMsg = 21007;
|
| | | /// <summary>
|
| | | /// 红外传感器 -> 长按图示按键5秒以上,绿色快闪{0}进入配网状态,绿灯常亮则入网成功
|
| | | /// </summary>
|
| | | public const int uAddSensorInfraredMsg = 21008;
|
| | | /// <summary>
|
| | | /// 门窗传感器 -> 长按图示按键5秒以上,绿色快闪{0}进入配网状态,绿灯常亮则入网成功
|
| | | /// </summary>
|
| | | public const int uAddSensorDoorWindowMsg = 21009;
|
| | | /// <summary>
|
| | | /// 燃气传感器 -> 长按图示按键5秒以上,绿色快闪{0}进入配网状态,绿灯常亮则入网成功
|
| | | /// </summary>
|
| | | public const int uAddSensorCarbonMonoxideMsg = 21010;
|
| | | /// <summary>
|
| | | /// 烟雾传感器 -> 长按图示按键5秒以上,绿色快闪{0}进入配网状态,绿灯常亮则入网成功
|
| | | /// </summary>
|
| | | public const int uAddSensorFireMsg = 21011;
|
| | | /// <summary>
|
| | | /// 水浸传感器 -> 长按图示按键5秒以上,绿色快闪{0}进入配网状态,绿灯常亮则入网成功
|
| | | /// </summary>
|
| | | public const int uAddSensorWaterMsg = 21012;
|
| | | /// <summary>
|
| | | /// 空气开关 -> 按键从工作模式拨到配对模式,5秒后红灯{0}慢闪烁时拨回工作模式,{0}进入配网模式,红灯常亮则配网成功
|
| | | /// </summary>
|
| | | public const int uAddAirSwitchCloudContrMsg = 21013;
|
| | | /// <summary>
|
| | | /// 中继器 -> 长按图示按键5秒以上,指示灯变绿闪烁{0}进入配网状态,绿灯熄灭则入网成功
|
| | | /// </summary>
|
| | | public const int uAddRepeaterZigbeeMsg = 21014;
|
| | | /// <summary>
|
| | | /// 空调 -> 长按图示按键5秒以上,指示灯{0}变绿闪烁,进入配网状态{0}绿灯每5秒闪烁一次则入网成功
|
| | | /// </summary>
|
| | | public const int uAddAirConditionerZbGatewayMsg = 21015;
|
| | |
|
| | | //★★★★下面这些是模块ID的翻译名字,从30000开始★★★★
|
| | | /// <summary> |
| | |
| | | /// </summary> |
| | | public const int uDeviceModelId1302 = 30002; |
| | | /// <summary>
|
| | | /// 镜像ID为1304(暂定)的设备的默认名字:水侵传感器
|
| | | /// 镜像ID为1304(暂定)的设备的默认名字:水浸传感器
|
| | | /// </summary> |
| | | public const int uDeviceModelId1304 = 30003;
|
| | | /// <summary>
|
| | |
| | | /// </summary> |
| | | public const int uDeviceModelId1301 = 30005;
|
| | | /// <summary>
|
| | | /// 镜像ID为4100的设备的默认名字:ZIGBEE微断云控制器
|
| | | /// 镜像ID为4100的设备的默认名字:Zigbee微断云控制器
|
| | | /// </summary> |
| | | public const int uDeviceModelId4100 = 30006; |
| | | /// <summary>
|
| | | /// 镜像ID为100的设备的默认名字:ZIGBEE智能开合帘电机
|
| | | /// 镜像ID为100的设备的默认名字:Zigbee智能开合帘电机
|
| | | /// </summary> |
| | | public const int uDeviceModelId100 = 30007; |
| | | /// <summary>
|