| | |
| | | public readonly static int UnlockFailed = 219; |
| | | public readonly static int DoorlockPasswordDispear = 220; |
| | | public readonly static int BindUnknownError = 221; |
| | | public readonly static int OffLineScene = 222; |
| | | public readonly static int SureClearKeyModeAndTargets = 223; |
| | | public readonly static int BindDeviceTargetIsEmpty = 224; |
| | | |
| | | public readonly static int RemindSetting = 548; |
| | | public readonly static int AddNewUser = 650; |
| | |
| | | public readonly static int linkageevent = 5366; |
| | | public readonly static int current = 5367; |
| | | public readonly static int selecfoolr = 5368; |
| | | |
| | | public readonly static int delaytip = 5369; |
| | | public readonly static int usertip = 5370; |
| | | public readonly static int scenetip = 5371; |
| | | public readonly static int securitytip = 5372; |
| | | |
| | | #region 登录注册 |
| | | /// <summary> |
| | |
| | | /// 常用 |
| | | /// </summary> |
| | | public const int Favorite = 10001; |
| | | |
| | | |
| | | |
| | | /// <summary> |
| | |
| | | /// 确定 |
| | | /// </summary> |
| | | public const int Confrim = 10115; |
| | | /// <summary> |
| | | /// 该账号已注册,可直接登录 |
| | | /// </summary> |
| | | public const int AccountHasBeenRegistered = 10116; |
| | | /// <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 TwoPasswordInconsistency = 10118; |
| | | /// <summary> |
| | | /// 验证码错误 |
| | | /// 验证码错误,请重新输入 |
| | | /// </summary> |
| | | public const int VALIDCODEANDPHONENOEQUAL = 10119; |
| | | /// <summary> |
| | |
| | | /// </summary> |
| | | public const int USERNAMEORPWDERROR = 10131; |
| | | /// <summary> |
| | | /// 账号不存在,请先注册 |
| | | /// 账号不存在,请注册用户 |
| | | /// </summary> |
| | | public const int ACCOUNTNOEXISTS = 10132; |
| | | /// <summary> |
| | |
| | | /// 即将通过微信授权登录 |
| | | /// </summary> |
| | | public const int LoginByWechat = 10134; |
| | | /// <summary> |
| | | /// 登录中... |
| | | /// </summary> |
| | | public const int Logining = 10135; |
| | | /// <summary> |
| | | /// 当前住宅为空,请先建立住宅 |
| | | /// </summary> |
| | | public const int CurrentlyTheUserIshHouseIsEmptyPleaseBuildANewHouseFirst = 10136; |
| | | /// <summary> |
| | | /// 住宅名称为空 |
| | | /// </summary> |
| | | public const int TheResidenceNameNull = 10137; |
| | | /// <summary> |
| | | /// 邮箱错误,请重新输入 |
| | | /// </summary> |
| | | public const int TheEmailError = 10138; |
| | | /// <summary> |
| | | /// 手机号错误,请重新输入 |
| | | /// </summary> |
| | | public const int ThePhoneError = 10139;
|
| | | /// <summary> |
| | | /// 请输入长度为6-13个字符的密码 |
| | | /// </summary> |
| | | public const int ThePWDLengthError = 10140; |
| | | /// <summary> |
| | | /// 你已被强制下线! |
| | | /// </summary> |
| | | public const int YouHaveBeenSignOut = 10141; |
| | | |
| | | |
| | | #endregion |
| | | /// <summary> |
| | | /// 改房间名称已存在 |
| | | /// </summary> |
| | | public const int HadSameRoom = 10150; |
| | | /// <summary> |
| | | /// 场景名不能为空 |
| | | /// </summary> |
| | | public const int SceneNameCannotBeNull = 10151; |
| | | /// <summary> |
| | | /// 控制场景失败 |
| | | /// </summary> |
| | | public const int ControlSceneFail = 10152; |
| | | /// <summary> |
| | | /// 场景为空 |
| | | /// </summary> |
| | | public const int TheSceneIsNull = 10153; |
| | | /// <summary> |
| | | /// 该场景中没有执行目标 |
| | | /// </summary> |
| | | public const int ThisSceneHaveNoDevice = 10154; |
| | | /// <summary> |
| | | /// 操作失败 |
| | | /// </summary> |
| | | public const int FAIL = 10155; |
| | | /// <summary> |
| | | /// 发送验证码失败 |
| | | /// </summary> |
| | | public const int SENDFAIL = 10156; |
| | | /// <summary> |
| | | /// 网关不在线 |
| | | /// </summary> |
| | | public const int TheMainGatewayIsNotOnLine = 10157; |
| | | |
| | | #region 分类 |
| | | |
| | | /// <summary> |
| | | /// 功能 |
| | | /// </summary> |
| | | public const int Function = 11000; |
| | | /// <summary> |
| | | /// 已是最新版本 |
| | | /// </summary> |
| | | public const int TheAppVersionIsNewest = 10160; |
| | | /// <summary> |
| | | /// 更新最新版 |
| | | /// </summary> |
| | | public const int Update = 10161; |
| | | /// <summary> |
| | | /// 更新内容 |
| | | /// </summary> |
| | | public const int UpdateContent = 10162; |
| | | /// <summary> |
| | | /// 更新失败 |
| | | /// </summary> |
| | | public const int UpdateAppFail = 10163; |
| | | /// <summary> |
| | | /// 正在更新中... |
| | | /// </summary> |
| | | public const int Updating = 10164; |
| | | /// <summary> |
| | | /// 取消更新 |
| | | /// </summary> |
| | | public const int CancelUpdating = 10165; |
| | | /// <summary> |
| | | /// 版本号 |
| | | /// </summary> |
| | | public const int VersionCode = 10166; |
| | | /// <summary> |
| | | /// 服务协议 |
| | | /// </summary> |
| | | public const int SLA = 10167; |
| | | /// <summary> |
| | | /// 版本更新 |
| | | /// </summary> |
| | | public const int UpdateVersion = 10168; |
| | | /// <summary> |
| | | /// 协议文本信息内容 |
| | | /// </summary> |
| | | public const int SLA_Title = 10169; |
| | | /// <summary> |
| | | /// 协议详细 |
| | | /// </summary> |
| | | public const int SLA_Detail = 10170; |
| | | |
| | | |
| | | #endregion |
| | | |
| | | #region 分类 |
| | | |
| | | /// <summary> |
| | | /// 功能 |
| | | /// </summary> |
| | | public const int Function = 11000; |
| | | /// <summary> |
| | | /// 场景 |
| | | /// </summary> |
| | |
| | | /// </summary> |
| | | public const int Save = 11021; |
| | | /// <summary> |
| | | /// 提示 |
| | | /// 提醒 |
| | | /// </summary> |
| | | public const int TIP = 11022; |
| | | /// <summary> |
| | |
| | | /// 选择场景图片 |
| | | /// </summary> |
| | | public const int SelectScenePic = 11033; |
| | | /// <summary> |
| | | /// 确定要移除该功能? |
| | | /// </summary> |
| | | public const int DeleteFunction = 11034; |
| | | |
| | | #region 设备类型 |
| | | /// <summary> |
| | |
| | | /// 中继器 |
| | | /// </summary> |
| | | public const int Repeater = 12109; |
| | | /// <summary> |
| | | /// 温度传感器 |
| | | /// </summary> |
| | | public const int TemperatureSensor = 12110; |
| | | /// <summary> |
| | | /// 湿度传感器 |
| | | /// </summary> |
| | | public const int HumiditySensor = 12111; |
| | | /// <summary> |
| | | /// 温湿度传感器 |
| | | /// </summary> |
| | | public const int TemperatureAndHumiditySensor = 12112; |
| | | |
| | | #endregion |
| | | |
| | |
| | | /// 我的相册 |
| | | /// </summary> |
| | | public const int MyAblums = 13148; |
| | | /// <summary> |
| | | /// 该场景正在延时,请稍后 |
| | | /// </summary> |
| | | public const int TheSceneIsDelaying = 13149; |
| | | |
| | | |
| | | |
| | | /// <summary> |
| | | /// 选择摆风 |
| | |
| | | /// 5挡 |
| | | /// </summary> |
| | | public const int Swing_Fifth = 13506; |
| | | /// <summary> |
| | | /// 请清洁滤网 |
| | | /// </summary> |
| | | public const int NeedCleanAC = 13511; |
| | | |
| | | /// <summary> |
| | | /// 没功能 请先添加 |
| | | /// </summary> |
| | | public const int NoFunction_Tip = 13600; |
| | | /// <summary> |
| | | /// 没场景 请先添加 |
| | | /// </summary> |
| | | public const int NoScene_Tip = 13601; |
| | | |
| | | |
| | | |
| | | |
| | | #endregion |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | public static readonly int OK = 10005; |
| | | |
| | | public static readonly int AccountOrPasswordCanNotBeEmpty = 10006; |
| | | |
| | | public static readonly int IncorrectMailboxformat = 10008; |
| | | public static readonly int PasswordLengthIsLessThanSix = 10009; |
| | | |
| | | |
| | | public static readonly int ThePasswordIsEmpty = 10011; |
| | | public static readonly int PleaseGoToTheMailboxToActivateTheAccountNumber = 10012; |
| | | public static readonly int PleaseInputTheCorrectCellPhoneNumber = 10013; |
| | | public static readonly int PleaseInputTheCorrectVerificationCode = 10014; |
| | | |
| | | |
| | | public static readonly int ThePhoneNumberIsNotRegisteredYetPleaseRegisterFirst = 10017; |
| | | public static readonly int LoginCodeError = 10018; |
| | | public static readonly int ThisUserBelongsToDebugAccountAndIsNotEnabled = 10019; |
| | | public static readonly int PleaseGoToTheMailboxToConfirmThePasswordChange = 10020; |
| | | |
| | | public static readonly int MailDeliveryFailedPleaseTryAgain = 10021; |
| | | public static readonly int TheAccountIsNotAuthorized = 10022; |
| | | public static readonly int Version = 10023; |
| | | public static readonly int QuitAccount = 10024; |
| | | public static readonly int InputNewPWD = 10025; |
| | | public static readonly int CurrentlyTheUserIshHouseIsEmptyPleaseBuildANewHouseFirst = 10026; |
| | | public static readonly int ResidentialNameCannotBeEmpty = 10027; |
| | | public static readonly int TheResidenceNameHasExist = 10028; |
| | | public static readonly int DelResidence = 10029; |
| | | public static readonly int PWDCannotBeNull = 10030; |
| | | |
| | | public static readonly int AddRoomBackgroundPicture = 10031; |
| | | public static readonly int TheRoomNameCannotBeNUll = 10032; |
| | | public static readonly int TheResidenceNameNull = 10033; |
| | | |
| | | |
| | | |
| | | public static readonly int PleaseInputPhoneNumberOrEmail = 11000; |
| | | |
| | | //*****public static readonly int ForgotPassword = 11002; |
| | | |
| | | |
| | | public static readonly int Account = 11005; |
| | | public static readonly int RegisterByPhone = 11006; |
| | | public static readonly int RegisterByEmail = 11007; |
| | | public static readonly int LoginHadAccountPWD = 11008; |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | public static readonly int BackToLogin = 11015; |
| | | |
| | | public static readonly int FindPWDByPhone = 11017; |
| | | public static readonly int FindPWDByEmail = 11018; |
| | | public static readonly int PleaseInputThePhoneAndYouWillHaveVerificationCode = 11019; |
| | | public static readonly int PleaseInputTheEmailAndYouWillHaveVerificatoinCode = 11020; |
| | | public static readonly int ResetPWD = 11021; |
| | | public static readonly int ResetPWDSuccessPleaseLoginAgain = 11022; |
| | | |
| | | public static readonly int Logining = 11024; |
| | | |
| | | public static readonly int AddRoom = 11026; |
| | | |
| | | |
| | | |
| | | public static readonly int SettingContent = 11031; |
| | | public static readonly int PleaseInputRoomName = 11032; |
| | | public static readonly int LocalPic = 11033; |
| | | public static readonly int TakePhoto = 11034; |
| | | public static readonly int SystemPic = 11035; |
| | | |
| | | public static readonly int HadSameRoom = 11037; |
| | | //*****public static readonly int Function = 11038; |
| | | |
| | | |
| | | |
| | | public static readonly int AddFunction = 11042; |
| | | |
| | | public static readonly int Light = 11044; |
| | | public static readonly int AddLight = 11045; |
| | | public static readonly int DropLight = 11046; |
| | | public static readonly int DownLight = 11047; |
| | | public static readonly int SpotLight = 11048; |
| | | public static readonly int DeviceName = 11049; |
| | | |
| | | |
| | | public static readonly int ConfirmAdd = 11052; |
| | | |
| | | public static readonly int Add = 11054; |
| | | public static readonly int DeviceSetting = 11055; |
| | | |
| | | public static readonly int AddDeviceSuccess = 11058; |
| | | |
| | | public static readonly int Device = 11060; |
| | | |
| | | public static readonly int ConfirmDeleteThisRoom = 11062; |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | public static readonly int NextStep = 11071; |
| | | public static readonly int SelectRoom = 11072; |
| | | public static readonly int SelectDevice = 11073; |
| | | |
| | | /// <summary> |
| | | /// 调光 |
| | | /// </summary> |
| | | public static readonly int Dimming = 11075; |
| | | public static readonly int ThisSceneHadTheDevice = 11076; |
| | | public static readonly int SceneNameCannotBeNull = 11077; |
| | | public static readonly int ModifyScene = 11078; |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | public static readonly int YourPWDIsTooSample = 11088; |
| | | public static readonly int PleaseInputTheCorrectEmail = 11089; |
| | | /// <summary> |
| | | /// 操作失败 |
| | | /// </summary> |
| | | public static readonly int FAIL = 11090; |
| | | /// <summary> |
| | | /// 发送验证码失败 |
| | | /// </summary> |
| | | public static readonly int SENDFAIL = 11091; |
| | | /// <summary> |
| | | /// 连接网关或者获取数据失败 |
| | | /// </summary> |
| | | public static readonly int ConnectGWFail = 11092; |
| | | /// <summary> |
| | | /// 时间间隔 |
| | | /// </summary> |
| | | public static readonly int TimeSpan = 11093; |
| | | |
| | | |
| | | |
| | | |
| | | /// <summary> |
| | | /// 自定义 |
| | | /// </summary> |
| | | public static readonly int Custom = 11098; |
| | | |
| | | /// <summary> |
| | | /// 取消收藏 |
| | | /// </summary> |
| | | public static readonly int CancelCollect = 11101; |
| | | /// <summary> |
| | | /// 修改信息 |
| | | /// </summary> |
| | | public static readonly int ChangeDeviceInfo = 11102; |
| | | /// <summary> |
| | | /// 百分比 |
| | | /// </summary> |
| | | public static readonly int Percent = 11103; |
| | | |
| | | |
| | | /// <summary> |
| | | /// The please confirm new password. |
| | | /// </summary> |
| | | public readonly static int PleaseConfirmNewPassword = 11106; |
| | | /// <summary> |
| | | /// 验证码失效 |
| | | /// </summary> |
| | | public readonly static int NORECORD = 11107; |
| | | |
| | | public static readonly int TheMainGatewayIsNotOnLine = 12000; |
| | | |
| | | public static readonly int TheSceneIsNull = 12002; |
| | | /// <summary> |
| | | /// 该场景中没有执行目标 |
| | | /// </summary> |
| | | public static readonly int ThisSceneHaveNoDevice = 12003; |
| | | public static readonly int TheAppVersionIsNewest = 12004; |
| | | public static readonly int Update = 12005; |
| | | public static readonly int UpdateContent = 12006; |
| | | public static readonly int UpdateAppFail = 12007; |
| | | public static readonly int ControlSceneFail = 12008; |
| | | public static readonly int DeleteSceneFail = 12009; |
| | | public static readonly int SaveTheNewRoomOrNo = 12010; |
| | | public static readonly int Updating = 12011; |
| | | public static readonly int CancelUpdating = 12012; |
| | | /// <summary> |
| | | /// 方向与限位 |
| | | /// </summary> |
| | | public static readonly int DirectionLimit = 12013; |
| | | /// <summary> |
| | | /// 维护模式 |
| | | /// </summary> |
| | | public static readonly int MaintenanceMode = 12014; |
| | | /// <summary> |
| | | /// 启动/禁止手拉开关 |
| | | /// </summary> |
| | | public static readonly int Start_Forbid_Hand_Pull_Switch = 12015; |
| | | /// <summary> |
| | | /// 起始方向 |
| | | /// </summary> |
| | | public static readonly int InitialDirection = 12016; |
| | | /// <summary> |
| | | /// 正向 |
| | | /// </summary> |
| | | public static readonly int ForwardDirection = 12017; |
| | | /// <summary> |
| | | /// 反向 |
| | | /// </summary> |
| | | public static readonly int ReverseDirection = 12018; |
| | | /// <summary> |
| | | /// 限位 |
| | | /// </summary> |
| | | public static readonly int Limit = 12019; |
| | | /// <summary> |
| | | /// 开始 |
| | | /// </summary> |
| | | public static readonly int Start = 12020; |
| | | /// <summary> |
| | | /// 结束 |
| | | /// </summary> |
| | | public static readonly int End = 12021; |
| | | /// <summary> |
| | | /// 恢复行程设置 |
| | | /// </summary> |
| | | public static readonly int RestoreTravelSettings = 12022; |
| | | /// <summary> |
| | | /// 恢复行程设置后,当前设置将被初始化,确定继续吗? |
| | | /// </summary> |
| | | public static readonly int IsCancelRestoreTravelSettings = 12023; |
| | | /// <summary> |
| | | /// 切换维护模式失败 |
| | | /// </summary> |
| | | public static readonly int ChangeMaintenanceMode_Fail = 12024; |
| | | /// <summary> |
| | | /// 是否设置当前位置为开始限位? |
| | | /// </summary> |
| | | public static readonly int SettingStartLimit = 12025; |
| | | /// <summary> |
| | | /// 是否设置当前位置为结束限位? |
| | | /// </summary> |
| | | public static readonly int SettingEndLimit = 12026; |
| | | /// <summary> |
| | | /// 设置开始限位 |
| | | /// </summary> |
| | | public static readonly int SetStartLimit = 12027; |
| | | /// <summary> |
| | | /// 设置结束限位 |
| | | /// </summary> |
| | | public static readonly int SetEndLimit = 12028; |
| | | /// <summary> |
| | | /// 导轨移动中,请等待。。。 |
| | | /// </summary> |
| | | public static readonly int PleaseWaitWhileTheGuidewayIsMoving = 12029; |
| | | /// <summary> |
| | | /// 您的账号已在另一台设备登录,您已被强制下线 |
| | | /// </summary> |
| | | public static readonly int YouHaveBeenSignOut = 12030; |
| | | |
| | | /// <summary> |
| | | /// 场景中已包含该场景 |
| | | /// </summary> |
| | | public static readonly int ThisSceneHadTheScene = 12032; |
| | | /// <summary> |
| | | /// 当前没搜索到网关,请先添加网关 |
| | | /// </summary> |
| | | public static readonly int NoGateway = 12033; |
| | | /// <summary> |
| | | ///当前没有可以添加到该房间的设备 |
| | | /// </summary> |
| | | public static readonly int NoDeviceCanAddToRoom = 12034; |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | /// <summary> |
| | | /// 当前房间没有设备可以添加到场景 |
| | | /// </summary> |
| | | public static readonly int TheRoomNoDeviceAddToScene = 12500; |
| | | |
| | | /// <summary> |
| | | /// 往上移动 |
| | | /// </summary> |
| | | public static readonly int RollerShadeUp = 12501; |
| | | /// <summary> |
| | | /// 往下移动 |
| | | /// </summary> |
| | | public static readonly int RollerShadeDown = 12502; |
| | | |
| | | |
| | | /// <summary> |
| | |
| | | /// </summary> |
| | | public const int uPleaseWait = 15052; |
| | | /// <summary> |
| | | /// 请确保网关与网线连接{0}系统灯每秒闪烁一次 |
| | | /// 请确保网关用网线正常连接路由器{0}正常连接则系统指示灯1秒闪烁 |
| | | /// </summary> |
| | | public const int ConfirmLineConnectMsg = 15053; |
| | | /// <summary> |
| | |
| | | /// </summary>
|
| | | public const int uSearchGatewayFailMsg1 = 15779;
|
| | | /// <summary>
|
| | | /// 1.长按ZB/RST键20秒,网关恢复出厂设置,指示灯全部熄灭后,重新入网。
|
| | | /// 1.短按HID/WCFG按键,系统指示灯快闪3秒,网关进入换绑模式,强制网关绑定到当前APP
|
| | | /// </summary>
|
| | | public const int uSearchGatewayFailMsg2 = 15780;
|
| | | /// <summary>
|
| | | /// 2.点按HID/WCFG键,进入网关换绑模式,系统指示灯快闪5秒。
|
| | | /// 2.长按网关ZB/RST按键20秒以上,直到所有指示灯同时灭,即恢复出厂设置并重启
|
| | | /// </summary>
|
| | | public const int uSearchGatewayFailMsg3 = 15781;
|
| | | /// <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 uWlanConnectHomeWifi = 15906;
|
| | | /// <summary>
|
| | | /// 长按网关HID/WCFG按键20秒{0}系统灯快闪60秒则进入配网状态{0}系统灯每秒闪烁一次{0}则连接成功
|
| | | /// 网关如果正常连接路由器{0}系统指示灯会1秒闪烁
|
| | | /// </summary>
|
| | | public const int uAddUdpWirelessGatewayMsg = 15907;
|
| | | public const int uAddUdpWirelessGatewayMsg1 = 15907;
|
| | | /// <summary>
|
| | | /// 长按网关HID/WCFG按键5秒{0}系统灯常亮60秒后则进入配网状态
|
| | | /// 请先长按HID/WCFG按键大概5秒{0}直到系统指示灯常亮{0}网关进入AP模式热点
|
| | | /// </summary>
|
| | | public const int uAddApWirelessGatewayMsg1 = 15908;
|
| | | /// <summary>
|
| | | /// 跳转到移动设备WLAN设置{0}选择hdlZigbeeGW-xxxx网络
|
| | | /// 手机去设置连接网关热点{0}即hdlZigbeeGW-xxxx,密码hdl123456{0}可查看网关背面标签查看热点名字和密码
|
| | | /// </summary>
|
| | | public const int uAddApWirelessGatewayMsg2 = 15909;
|
| | | /// <summary>
|
| | |
| | | /// </summary>
|
| | | public const int uPleaseInputHomeWifiAccount = 15910;
|
| | | /// <summary>
|
| | | /// 请前往移动设备WLAN设置{0}重新连接家庭wiFi
|
| | | /// 手机去设置连接路由器
|
| | | /// </summary>
|
| | | public const int uAddApWirelessGatewayMsg3 = 15911;
|
| | | /// <summary>
|
| | | /// 系统灯每秒闪烁一次{0}则连接成功
|
| | | /// 网关如果正常连接路由器{0}系统指示灯会1秒闪烁
|
| | | /// </summary>
|
| | | public const int uAddApWirelessGatewayMsg4 = 15912;
|
| | | /// <summary>
|
| | |
| | | /// 确认标记全部消息为已读?
|
| | | /// </summary>
|
| | | public const int uUnTipAllMessageMsg = 15977;
|
| | | /// <summary>
|
| | | /// 通信链接失败
|
| | | /// </summary>
|
| | | public const int uCommunicationLinkFail = 15978;
|
| | | /// <summary>
|
| | | /// 获取网络SSID失败
|
| | | /// </summary>
|
| | | public const int uGetSsidFail = 15979;
|
| | | /// <summary>
|
| | | /// 密码发送失败
|
| | | /// </summary>
|
| | | public const int uSendPasswordFail = 15980;
|
| | | /// <summary>
|
| | | /// 选择hdlZigbeeGW-xxxx网络
|
| | | /// </summary>
|
| | | public const int uPleaseSelectGatewayXXNet = 15981;
|
| | | /// <summary>
|
| | | /// 请连接家庭WiFi
|
| | | /// </summary>
|
| | | public const int uPleaseLinkHomeWifi = 15982;
|
| | | /// <summary>
|
| | | /// 正在获取分享数据
|
| | | /// </summary>
|
| | | public const int uShardContentGetting = 15983;
|
| | | /// <summary>
|
| | | /// 请先去设置手机连接到路由器{0}然后长按网关HID/WCFG按键大概20秒{0}直到系统指示灯快闪{0}网关进入UDP模式WIFI配网
|
| | | /// </summary>
|
| | | public const int uAddUdpWirelessGatewayMsg2 = 15984;
|
| | | /// <summary>
|
| | | /// 网关添加指引
|
| | | /// </summary>
|
| | | public const int uAddGatewayGuide = 15985;
|
| | | /// <summary>
|
| | | /// 1.请用网线连接网关网口到路由器,并观察网口LED亮并闪烁或观察外壳网口指示灯亮并闪烁
|
| | | /// </summary>
|
| | | public const int uAddWiredGatewayHelp1 = 15986;
|
| | | /// <summary>
|
| | | /// 2.网关重启大约需要1分钟,这时观察外壳系统指示灯,如果1秒闪烁,表示网关连接路由器正常,可以用APP进行添加网关步骤
|
| | | /// </summary>
|
| | | public const int uAddWiredGatewayHelp2 = 15987;
|
| | | /// <summary>
|
| | | /// 网关硬件问题帮助
|
| | | /// </summary>
|
| | | public const int uGatewayHardDeviceHelp = 15988;
|
| | | /// <summary>
|
| | | /// 1.网口指示灯不亮,检查网线或路由器是否正常
|
| | | /// </summary>
|
| | | public const int uWiredGatewayHardDeviceHelp1 = 15989;
|
| | | /// <summary>
|
| | | /// 2.系统启动之后(系统指示灯5秒闪烁,表示系统启动成功),系统指示灯不是1秒闪烁,检查路由器是否开启DHCP自动分配IP
|
| | | /// </summary>
|
| | | public const int uWiredGatewayHardDeviceHelp2 = 15990;
|
| | | /// <summary>
|
| | | /// 系统启动之后(系统指示灯5秒闪烁,表示系统启动成功)
|
| | | /// </summary>
|
| | | public const int uAddWirelessGatewayHelp1 = 15991;
|
| | | /// <summary>
|
| | | /// 2.根据APP提示进入之后的步骤
|
| | | /// </summary>
|
| | | public const int uAddWirelessGatewayHelp2 = 15992;
|
| | | /// <summary>
|
| | | /// 1.请先长按网关HID/WCFG按键大概20秒,直到系统指示灯快闪,网关进入UDP模式WIFI配网
|
| | | /// </summary>
|
| | | public const int uAddWirelessUdpGatewayHelp1 = 15993;
|
| | | /// <summary>
|
| | | /// 1.请先长按网关HID/WCFG按键大概5秒,直到系统指示灯常亮,网关进入AP模式WIFI配网
|
| | | /// </summary>
|
| | | public const int uAddWirelessApGatewayHelp1 = 15994;
|
| | | /// <summary>
|
| | | /// 1.短按HID/WCFG按键,查看指示灯是否有变化,可判断按键和指示灯是否损坏
|
| | | /// </summary>
|
| | | public const int uWirelessGatewayHardDeviceHelp1 = 15995;
|
| | | /// <summary>
|
| | | /// 2.长按HID/WCFG按键,查看指示灯是否有变化,可判断按键和指示灯是否损坏
|
| | | /// </summary>
|
| | | public const int uWirelessGatewayHardDeviceHelp2 = 15996;
|
| | | /// <summary>
|
| | | /// 3.系统指示灯不是1秒闪烁,检查路由器是否开启DHCP自动分配IP
|
| | | /// </summary>
|
| | | public const int uWirelessGatewayHardDeviceHelp3 = 15997;
|
| | | /// <summary>
|
| | | /// 请前往住宅管理{0}设置住宅的地理位置
|
| | | /// </summary>
|
| | | public const int uGotoResidenceAndSetLocation = 15998;
|
| | | /// <summary>
|
| | | /// 未知楼层
|
| | | /// </summary>
|
| | | public const int uUnKnownFloor = 15999;
|
| | | /// <summary>
|
| | | /// 如果不设置住宅的地理位置,则会影响自动化地理围栏功能的设置
|
| | | /// </summary>
|
| | | public const int uNotSetLocationWillAffectTheAutomaticGeofencingFunction = 16000;
|
| | | /// <summary>
|
| | | /// 空调模块版本
|
| | | /// </summary>
|
| | | public const int uAirConditionerModelVersion = 16001;
|
| | | /// <summary>
|
| | | /// 通信芯片
|
| | | /// </summary>
|
| | | public const int uCommunicationChip = 16002;
|
| | | /// <summary>
|
| | | /// 空调模块
|
| | | /// </summary>
|
| | | public const int uAirConditioningModule = 16003;
|
| | | /// <summary>
|
| | | /// 获取失败
|
| | | /// </summary>
|
| | | public const int uGettingFail = 16004;
|
| | | /// <summary>
|
| | | /// 无法识别
|
| | | /// </summary> |
| | | public const int uUnDistinguish = 16005;
|
| | | /// <summary>
|
| | | /// 正在重置电机
|
| | | /// </summary>
|
| | | public const int uElectricalMachineryResetting = 16006;
|
| | |
|
| | | //★★★★下面这些是接口的返回信息翻译,从18000开始★★★★
|
| | | /// <summary>
|
| | |
| | | /// </summary> |
| | | public const int uDeviceModelId1301 = 30005;
|
| | | /// <summary>
|
| | | /// 镜像ID为4100的设备的默认名字:Zigbee微断云控制器
|
| | | /// 镜像ID为4100的设备的默认名字:智能空开
|
| | | /// </summary> |
| | | public const int uDeviceModelId4100 = 30006; |
| | | /// <summary>
|
| | |
| | | /// 镜像ID为2800的设备的默认名字:H06C
|
| | | /// </summary>
|
| | | public const int uDeviceModelId2800 = 30025;
|
| | | /// <summary>
|
| | | /// 镜像ID为220的设备的默认名字:简约4按键面板
|
| | | /// </summary>
|
| | | public const int uDeviceModelId220 = 30026;
|
| | | /// <summary>
|
| | | /// 镜像ID为221的设备的默认名字:简约3按键面板
|
| | | /// </summary>
|
| | | public const int uDeviceModelId221 = 30027;
|
| | | /// <summary>
|
| | | /// 镜像ID为222的设备的默认名字:简约2按键面板
|
| | | /// </summary>
|
| | | public const int uDeviceModelId222 = 30028;
|
| | |
|
| | | //★★★★下面这些是设备所属种类的翻译名字,从40000开始★★★★
|
| | | /// <summary>
|