old mode 100644
new mode 100755
| | |
| | | public readonly static int ClearFailedXm = 199; |
| | | public readonly static int ModifyTempPasswordTip1 = 200; |
| | | public readonly static int ModifyTempPasswordTip2 = 201; |
| | | public readonly static int FirstFloor = 202; |
| | | |
| | | 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 Search = 10108; |
| | | /// <summary> |
| | | /// 确定 |
| | | /// 完成 |
| | | /// </summary> |
| | | public const int Complete = 10109; |
| | | /// <summary> |
| | |
| | | /// </summary> |
| | | public const int SelectScenePic = 11033; |
| | | |
| | | #region 设备类型 |
| | | /// <summary> |
| | | /// 未知设备 |
| | | /// </summary> |
| | | public const int UnknowDevice = 12100; |
| | | /// <summary> |
| | | /// 继电器 |
| | | /// </summary> |
| | | public const int OnOffOutput = 12102; |
| | | /// <summary> |
| | | /// 调光灯 |
| | | /// </summary> |
| | | public const int DimmableLight = 12103; |
| | | /// <summary> |
| | | /// 窗帘 |
| | | /// </summary> |
| | | public const int WindowCoveringDevice = 12104; |
| | | /// <summary> |
| | | /// 空调 |
| | | /// </summary> |
| | | public const int Thermostat = 12105; |
| | | /// <summary> |
| | | /// 传感器 |
| | | /// </summary> |
| | | public const int IASZone = 12106; |
| | | /// <summary> |
| | | /// 空气开关 |
| | | /// </summary> |
| | | public const int AirSwitch = 12107; |
| | | /// <summary> |
| | | /// 彩灯 |
| | | /// </summary> |
| | | public const int ColorDimmableLight = 12108; |
| | | /// <summary> |
| | | /// 中继器 |
| | | /// </summary> |
| | | public const int Repeater = 12109; |
| | | |
| | | #endregion |
| | | #endregion |
| | | |
| | | #region 主页 |
| | | |
| | | /// <summary> |
| | | /// 房间列表 |
| | | /// </summary> |
| | | public const int RoomList = 13100; |
| | | #endregion |
| | | |
| | | #region 主页 |
| | | |
| | | /// <summary> |
| | | /// 房间列表 |
| | | /// </summary> |
| | | public const int RoomList = 13100; |
| | | |
| | | /// <summary> |
| | | /// 选择楼层 |
| | |
| | | /// </summary> |
| | | public const int Open = 13111; |
| | | /// <summary> |
| | | /// 关 |
| | | /// 关闭 |
| | | /// </summary> |
| | | public const int Close = 13112; |
| | | /// <summary> |
| | |
| | | /// 为你的动作创建时间间隔 |
| | | /// </summary> |
| | | public const int SelectTimeForAction = 13122; |
| | | |
| | | |
| | | /// <summary> |
| | | /// 后 |
| | | /// </summary> |
| | | public const int Later = 13123; |
| | | /// <summary> |
| | | /// 删除 |
| | | /// </summary> |
| | | public const int Delete = 13124; |
| | | /// <summary> |
| | | /// 关 |
| | | /// </summary> |
| | | public const int Shut = 13125; |
| | | /// <summary> |
| | | /// 选择风速 |
| | | /// </summary> |
| | | public const int SelectFanMode = 13126; |
| | | /// <summary> |
| | | /// 低风 |
| | | /// </summary> |
| | | public const int Fan_Low = 13127; |
| | | /// <summary> |
| | | /// 中风 |
| | | /// </summary> |
| | | public const int Fan_Middle = 13128; |
| | | /// <summary> |
| | | /// 高风 |
| | | /// </summary> |
| | | public const int Fan_Height = 13129; |
| | | /// <summary> |
| | | /// 选择模式 |
| | | /// </summary> |
| | | public const int SelectMode = 13130; |
| | | /// <summary> |
| | | /// 自动 |
| | | /// </summary> |
| | | public const int Mode_Auto = 13131; |
| | | /// <summary> |
| | | /// 制冷 |
| | | /// </summary> |
| | | public const int Mode_Cool = 13132; |
| | | /// <summary> |
| | | /// 制热 |
| | | /// </summary> |
| | | public const int Mode_Heat = 13133; |
| | | /// <summary> |
| | | /// 除湿 |
| | | /// </summary> |
| | | public const int Mode_Dry = 13134; |
| | | /// <summary> |
| | | /// 送风 |
| | | /// </summary> |
| | | public const int Mode_FanOnly = 13135; |
| | | /// <summary> |
| | | /// 室温 |
| | | /// </summary> |
| | | public const int IndoorTemperature = 13136; |
| | | /// <summary> |
| | | /// 空调已经关闭,请先打开 |
| | | /// </summary> |
| | | public const int TheACIsClose = 13137; |
| | | /// <summary> |
| | | /// 添加场景失败 |
| | | /// </summary> |
| | | public const int AddSceneFail = 13138; |
| | | /// <summary> |
| | | /// 该场景已存在 |
| | | /// </summary> |
| | | public const int TheSceneHadExist = 13139; |
| | | /// <summary> |
| | | /// 编辑 |
| | | /// </summary> |
| | | public const int Editor = 13140; |
| | | /// <summary> |
| | | /// 编辑场景 |
| | | /// </summary> |
| | | public const int EditorScene = 13141; |
| | | |
| | | #endregion |
| | | |
| | | |
| | | |
| | | |
| | | /// <summary> |
| | | /// 喜爱 |
| | | /// </summary> |
| | | public static readonly int Favorite = 100000; |
| | | |
| | | |
| | | public static readonly int OK = 10005; |
| | | |
| | | public static readonly int AccountOrPasswordCanNotBeEmpty = 10006; |
| | | |
| | | public static readonly int IncorrectMailboxformat = 10008; |
| | | public static readonly int PasswordLengthIsLessThanSix = 10009; |
| | | |
| | | |
| | | public static readonly int ThePasswordIsEmpty = 10011; |
| | | public static readonly int PleaseGoToTheMailboxToActivateTheAccountNumber = 10012; |
| | | public static readonly int PleaseInputTheCorrectCellPhoneNumber = 10013; |
| | | public static readonly int PleaseInputTheCorrectVerificationCode = 10014; |
| | | public static readonly int 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 AddRoomBackgroundPicture = 10031; |
| | | public static readonly int TheRoomNameCannotBeNUll = 10032; |
| | | public static readonly int TheResidenceNameNull = 10033; |
| | | |
| | | |
| | | |
| | | public static readonly int PleaseInputPhoneNumberOrEmail = 11000; |
| | | |
| | | //*****public static readonly int ForgotPassword = 11002; |
| | | |
| | | |
| | | public static readonly int Account = 11005; |
| | | public static readonly int RegisterByPhone = 11006; |
| | | public static readonly int RegisterByEmail = 11007; |
| | | public static readonly int LoginHadAccountPWD = 11008; |
| | | |
| | | |
| | | public static readonly int PleaseInputVerificationCode = 11011; |
| | | |
| | | |
| | | |
| | | public static readonly int BackToLogin = 11015; |
| | | |
| | | public static readonly int FindPWDByPhone = 11017; |
| | | public static readonly int FindPWDByEmail = 11018; |
| | | public static readonly int PleaseInputThePhoneAndYouWillHaveVerificationCode = 11019; |
| | | public static readonly int PleaseInputTheEmailAndYouWillHaveVerificatoinCode = 11020; |
| | | public static readonly int ResetPWD = 11021; |
| | | public static readonly int ResetPWDSuccessPleaseLoginAgain = 11022; |
| | | |
| | | public static readonly int Logining = 11024; |
| | | |
| | | public static readonly int AddRoom = 11026; |
| | | |
| | | |
| | | |
| | | public static readonly int SettingContent = 11031; |
| | | public static readonly int PleaseInputRoomName = 11032; |
| | | public static readonly int LocalPic = 11033; |
| | | public static readonly int TakePhoto = 11034; |
| | | public static readonly int SystemPic = 11035; |
| | | |
| | | public static readonly int HadSameRoom = 11037; |
| | | //*****public static readonly int Function = 11038; |
| | | |
| | | |
| | | |
| | | public static readonly int AddFunction = 11042; |
| | | |
| | | public static readonly int Light = 11044; |
| | | public static readonly int AddLight = 11045; |
| | | public static readonly int DropLight = 11046; |
| | | public static readonly int DownLight = 11047; |
| | | public static readonly int SpotLight = 11048; |
| | | public static readonly int DeviceName = 11049; |
| | | |
| | | |
| | | public static readonly int ConfirmAdd = 11052; |
| | | |
| | | public static readonly int Add = 11054; |
| | | public static readonly int DeviceSetting = 11055; |
| | | |
| | | public static readonly int AddDeviceSuccess = 11058; |
| | | |
| | | public static readonly int Device = 11060; |
| | | |
| | | public static readonly int ConfirmDeleteThisRoom = 11062; |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | public static readonly int NextStep = 11071; |
| | | public static readonly int SelectRoom = 11072; |
| | | public static readonly int SelectDevice = 11073; |
| | | |
| | | /// <summary> |
| | | /// 调光 |
| | | /// </summary> |
| | | public static readonly int Dimming = 11075; |
| | | public static readonly int ThisSceneHadTheDevice = 11076; |
| | | public static readonly int SceneNameCannotBeNull = 11077; |
| | | public static readonly int ModifyScene = 11078; |
| | | |
| | | |
| | | /// <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 OK = 10005; |
| | |
| | | /// 空调已经关闭,请先打开 |
| | | /// </summary> |
| | | public static readonly int TheACIsClose = 12046; |
| | | |
| | | |
| | | |
| | | #region 设备类型 |
| | | /// <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> |
| | | /// 自定义 |
| | | /// </summary> |
| | | public static readonly int Custom = 11098; |
| | | |
| | | /// <summary> |
| | | /// 取消收藏 |
| | | /// </summary> |
| | | public static readonly int CancelCollect = 11101; |
| | | /// <summary> |
| | | /// 修改信息 |
| | | /// </summary> |
| | | public static readonly int ChangeDeviceInfo = 11102; |
| | | /// <summary> |
| | | /// 百分比 |
| | | /// </summary> |
| | | public static readonly int Percent = 11103; |
| | | 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> |
| | | /// 当前房间没有设备可以添加到场景 |
| | |
| | | /// 3.如果仍始终无法发现设备,可能因为设备已经被他人绑定了。如果你并不清楚是谁连接了设备,可以进行重置,重置方式请查阅说明书,根据指引操作。
|
| | | /// </summary>
|
| | | public const int uAddDeviceHelp5 = 15841;
|
| | | /// <summary> |
| | | /// 房间列表 |
| | | /// </summary> |
| | | public const int uRoomList = 15842;
|
| | | /// <summary> |
| | | /// 还没有添加场景哦 |
| | | /// </summary> |
| | | public const int uDoNotHadAddScenceMsg = 15843;
|
| | | /// <summary> |
| | | /// 还没有添加设备哦 |
| | | /// </summary> |
| | | public const int uDoNotHadAddDeviceMsg = 15844;
|
| | | /// <summary>
|
| | | /// 房间名称已经存在
|
| | | /// </summary>
|
| | | public const int uRoomNameIsExist = 15845;
|
| | | /// <summary>
|
| | | /// 室内机设置
|
| | | /// </summary>
|
| | | public const int uIndoorUnitSettion = 15846;
|
| | | /// <summary>
|
| | | /// 空调模式
|
| | | /// </summary>
|
| | | public const int uAirConditionerMode = 15847;
|
| | | /// <summary>
|
| | | /// 摆风
|
| | | /// </summary>
|
| | | public const int uAirConditionerSwing = 15848;
|
| | | /// <summary> |
| | | /// 制冷 |
| | | /// </summary> |
| | | public const int uMode_Cool = 15849;
|
| | | /// <summary> |
| | | /// 制热 |
| | | /// </summary> |
| | | public const int uMode_Heat = 15850;
|
| | | /// <summary> |
| | | /// 自动 |
| | | /// </summary> |
| | | public const int uMode_Auto = 15851;
|
| | | /// <summary> |
| | | /// 送风 |
| | | /// </summary> |
| | | public const int uMode_FanOnly = 15852;
|
| | | /// <summary> |
| | | /// 除湿 |
| | | /// </summary> |
| | | public const int uMode_Dry = 15853;
|
| | | /// <summary>
|
| | | /// 打开空调失败
|
| | | /// </summary>
|
| | | public const int uOpenAirConditionerFail = 15854;
|
| | | /// <summary>
|
| | | /// 关闭空调失败
|
| | | /// </summary>
|
| | | public const int uCloseAirConditionerFail = 15855;
|
| | |
|
| | | //★★★★下面这些是接口的返回信息翻译,从18000开始★★★★
|
| | | /// <summary>
|
| | |
| | | /// </summary> |
| | | public const int uShareData_Fail = 18049; |
| | | /// <summary>
|
| | | /// 不能添加自己为子账号
|
| | | /// 不能把自己添加为成员
|
| | | /// </summary> |
| | | public const int BindSubAccount_SameAccount = 18050;
|
| | | /// <summary>
|
| | | /// 不能把主账号添加为成员
|
| | | /// </summary> |
| | | public const int BindSubAccount_NoAddMainAccount = 18051;
|
| | |
|
| | |
|
| | | //★★★★下面这些是设备的入网步骤,从21000开始★★★★
|