old mode 100755
new mode 100644
| | |
| | | public readonly static int AfterFiftySeconds = 178; |
| | | //门锁验证密码失败 |
| | | public readonly static int OperrateFailed = 179; |
| | | public readonly static int RemoteUnlockBindSucessTip1 = 180; |
| | | public readonly static int RemoteUnlockBindSucessTip = 180; |
| | | public readonly static int RemoteUnlockBindSucessTip2 = 181; |
| | | public readonly static int CLose = 182; |
| | | public readonly static int Opening = 183; |
| | |
| | | public readonly static int OffLineScene = 222; |
| | | public readonly static int SureClearKeyModeAndTargets = 223; |
| | | public readonly static int BindDeviceTargetIsEmpty = 224; |
| | | public readonly static int PanelBindTargets = 225; |
| | | public readonly static int ClearAllTargets = 226; |
| | | public readonly static int ClearAllTargeta2 = 227; |
| | | public readonly static int DoorlockConfirm = 228; |
| | | public readonly static int DistributeSuccess = 229; |
| | | public readonly static int SureToUnFreeze = 230; |
| | | |
| | | public readonly static int RemindSetting = 548; |
| | | public readonly static int AddNewUser = 650; |
| | |
| | | public readonly static int scenetip = 5371; |
| | | public readonly static int securitytip = 5372; |
| | | public readonly static int defaulttext = 5373; |
| | | public readonly static int addsensor = 5374; |
| | | public readonly static int addlighting = 5375; |
| | | public readonly static int application = 5376; |
| | | public readonly static int automationaddtext = 5377; |
| | | public readonly static int tiptextnull = 5378; |
| | | public readonly static int tiplocktextnull = 5379; |
| | | |
| | | #region 登录注册 |
| | | /// <summary> |
| | |
| | | /// </summary> |
| | | public const int LoginByAccountPWD = 10110; |
| | | /// <summary> |
| | | /// 发送验证码 |
| | | /// 获取验证码 |
| | | /// </summary> |
| | | public const int SendVerificationCode = 10111; |
| | | /// <summary> |
| | |
| | | /// <summary> |
| | | /// 手机号错误,请重新输入 |
| | | /// </summary> |
| | | public const int ThePhoneError = 10139;
|
| | | public const int ThePhoneError = 10139; |
| | | /// <summary> |
| | | /// 请输入长度为6-13个字符的密码 |
| | | /// </summary> |
| | |
| | | /// 新密码和原密码一致 |
| | | /// </summary> |
| | | public const int NEWPASSWORDANDOLDPASSWORDEQUAL = 10142; |
| | | /// <summary> |
| | | /// 请先获取验证码 |
| | | /// </summary> |
| | | public const int NORECORD = 10143; |
| | | /// <summary> |
| | | /// 忘记密码? |
| | | /// </summary> |
| | | public const int ForgotPWD_1 = 10144; |
| | | /// <summary> |
| | | /// 已有账号?登录 |
| | | /// </summary> |
| | | public const int LoginByAccountPWD_1 = 10145; |
| | | |
| | | |
| | | /// <summary> |
| | |
| | | /// 网关不在线 |
| | | /// </summary> |
| | | public const int TheMainGatewayIsNotOnLine = 10157; |
| | | /// <summary> |
| | | /// 下一步 |
| | | /// </summary> |
| | | public const int Next = 10158; |
| | | |
| | | |
| | | /// <summary> |
| | |
| | | |
| | | |
| | | /// <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 FunctionSetting = 11012; |
| | | /// <summary> |
| | | /// 信息编辑 |
| | | /// </summary> |
| | |
| | | /// 确定要移除该功能? |
| | | /// </summary> |
| | | public const int DeleteFunction = 11034; |
| | | /// <summary> |
| | | /// 添加功能 |
| | | /// </summary> |
| | | public const int AddFunction = 11035; |
| | | /// <summary> |
| | | /// 添加延时 |
| | | /// </summary> |
| | | public const int AddDelayTime = 11036; |
| | | /// <summary> |
| | | /// 空调模式为空,请先配置 |
| | | /// </summary> |
| | | public const int AC_Model_None = 11037; |
| | | |
| | | |
| | | #region 设备类型 |
| | | /// <summary> |
| | |
| | | /// 温湿度传感器 |
| | | /// </summary> |
| | | public const int TemperatureAndHumiditySensor = 12112; |
| | | |
| | | |
| | | /// <summary> |
| | | /// 有人 |
| | | /// </summary> |
| | | public const int IASZone_Statu_HavePerson = 12500; |
| | | /// <summary> |
| | | /// 无人 |
| | | /// </summary> |
| | | public const int IASZone_Statu_NoPerson = 12501; |
| | | /// <summary> |
| | | /// 漏水 |
| | | /// </summary> |
| | | public const int IASZone_Statu_HaveWater = 12502; |
| | | /// <summary> |
| | | /// 正常 |
| | | /// </summary> |
| | | public const int IASZone_Statu_Normal = 12503; |
| | | /// <summary> |
| | | /// 开启 |
| | | /// </summary> |
| | | public const int IASZone_Statu_Open = 12504; |
| | | /// <summary> |
| | | /// 闭合 |
| | | /// </summary> |
| | | public const int IASZone_Statu_Close = 12505; |
| | | /// <summary> |
| | | /// 报警 |
| | | /// </summary> |
| | | public const int IASZone_Statu_Alarm = 12506; |
| | | /// <summary> |
| | | /// 安全 |
| | | /// </summary> |
| | | public const int IASZone_Statu_Safe = 12507; |
| | | |
| | | |
| | | #endregion |
| | | |
| | |
| | | public const int NeedCleanAC = 13511; |
| | | |
| | | /// <summary> |
| | | /// 没功能 请先添加 |
| | | /// 还没有功能哦 |
| | | /// </summary> |
| | | public const int NoFunction_Tip = 13600; |
| | | /// <summary> |
| | | /// 没场景 请先添加 |
| | | /// 还没有场景哦 |
| | | /// </summary> |
| | | public const int NoScene_Tip = 13601; |
| | | /// <summary> |
| | |
| | | /// 获取中... |
| | | /// </summary> |
| | | public const int Getting = 13603; |
| | | /// <summary> |
| | | /// 当前 亮度 |
| | | /// </summary> |
| | | public const int CurrentLightLevel = 13604; |
| | | |
| | | |
| | | |
| | | #endregion |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | /// <summary> |
| | | /// 密码长度为{0}个字符 |
| | | /// </summary> |
| | | public const int PswLengthMsg = 15000; |
| | | |
| | | /// <summary> |
| | | /// 密码长度为{0}个字符 |
| | | /// </summary> |
| | | public const int PswLengthMsg = 15000; |
| | | /// <summary> |
| | | /// 1个小写字母 |
| | | /// </summary> |
| | |
| | | /// </summary> |
| | | public const int uUserName = 15147;
|
| | | /// <summary>
|
| | | /// Email
|
| | | /// 邮箱
|
| | | /// </summary>
|
| | | public const int uEmail = 15148;
|
| | | /// <summary>
|
| | |
| | | /// </summary> |
| | | public const int uGetDeviceVersionFail = 15448; |
| | | /// <summary>
|
| | | /// 获取传感器灯光设置信息失败
|
| | | /// 获取传感器设置信息失败
|
| | | /// </summary> |
| | | public const int uGetPirSensorLightSettionFail = 15449; |
| | | public const int uGetPirSensorSettionFail = 15449; |
| | | /// <summary>
|
| | | /// 设置传感器灯光配置失败
|
| | | /// 设置传感器配置信息失败
|
| | | /// </summary> |
| | | public const int uSetPirSensorLightSettionFail = 15450; |
| | | public const int uSetPirSensorSettionFail = 15450; |
| | | /// <summary>
|
| | | /// 白天
|
| | | /// </summary> |
| | |
| | | /// 确定移除选中的设备? |
| | | /// </summary> |
| | | public const int uConfirmRemoveSelectDeviceMsg = 15578;
|
| | | /// <summary> |
| | | /// 出现未知错误,数据丢失 |
| | | /// </summary> |
| | | public const int uUnknownErrorAndDataLost = 15579;
|
| | | /// <summary>
|
| | | /// 共享数据同步中
|
| | | /// </summary> |
| | |
| | | /// </summary> |
| | | public const int uCommitCurtainDownLimitMsg = 15819;
|
| | | /// <summary>
|
| | | /// 如果满足
|
| | | /// 如果满足低亮度环境
|
| | | /// </summary>
|
| | | public const int uIfSatisfied = 15820;
|
| | | public const int uIfTheLowBrightnessEnvironmentIsSatisfied = 15820;
|
| | | /// <summary>
|
| | | /// 就会
|
| | | /// </summary>
|
| | |
| | | /// </summary> |
| | | public const int uSecond = 15825;
|
| | | /// <summary>
|
| | | /// 照明等级
|
| | | /// 照度值
|
| | | /// </summary>
|
| | | public const int uLightLevel = 15826;
|
| | | public const int uIlluminationValue = 15826;
|
| | | /// <summary>
|
| | | /// 低
|
| | | /// </summary>
|
| | |
| | | /// </summary> |
| | | public const int uSubmit = 15922; |
| | | /// <summary> |
| | | /// 提交成功,感谢您的意见 |
| | | /// 您的反馈已成功提交 |
| | | /// </summary> |
| | | public const int uSubmitSuccessMsg = 15923; |
| | | /// <summary> |
| | |
| | | /// 好的
|
| | | /// </summary>
|
| | | public const int uWell = 16025;
|
| | | /// <summary> |
| | | /// 已执行 |
| | | /// </summary> |
| | | public const int uExecuted = 16026;
|
| | | /// <summary>
|
| | | /// 门锁触发警报
|
| | | /// </summary>
|
| | | public const int uDoorLocksAlarmHadTriggered = 16027;
|
| | | /// <summary>
|
| | | /// 我的住宅
|
| | | /// </summary>
|
| | | public const int uMyResidence = 16028;
|
| | | /// <summary>
|
| | | /// 客厅
|
| | | /// </summary>
|
| | | public const int uLivingRoom = 16029;
|
| | | /// <summary>
|
| | | /// 阳台
|
| | | /// </summary>
|
| | | public const int uBalcony = 16030;
|
| | | /// <summary>
|
| | | /// 卧室
|
| | | /// </summary>
|
| | | public const int uBedroom = 16031;
|
| | | /// <summary>
|
| | | /// 左右滑动,切换房间卡片
|
| | | /// </summary>
|
| | | public const int uSlideLeftAndRightToSwitchRoomCards = 16032;
|
| | | /// <summary>
|
| | | /// 右滑进入房间列表
|
| | | /// </summary>
|
| | | public const int uSlideRightToRoomList = 16033;
|
| | | /// <summary>
|
| | | /// 闪光灯
|
| | | /// </summary>
|
| | | public const int uFlashlamp = 16034;
|
| | | /// <summary>
|
| | | /// 房间的内容在此处显示
|
| | | /// </summary>
|
| | | public const int uTheContentsOfTheRoomAreShownHere = 16035;
|
| | | /// <summary>
|
| | | /// 我知道了
|
| | | /// </summary>
|
| | | public const int uIKnwon = 16036;
|
| | | /// <summary>
|
| | | /// 分享数据已经变更,请重新登陆
|
| | | /// </summary>
|
| | | public const int uShardDataIsChangedPleaseLoginAgain = 16037;
|
| | | /// <summary>
|
| | | /// 工作模式
|
| | | /// </summary>
|
| | | public const int uWorkMode = 16038;
|
| | | /// <summary>
|
| | | /// 控制模式
|
| | | /// </summary>
|
| | | public const int uControlMode = 16039;
|
| | | /// <summary>
|
| | | /// 触发模式
|
| | | /// </summary>
|
| | | public const int uTriggerMode = 16040;
|
| | | /// <summary>
|
| | | /// 上报间隔
|
| | | /// </summary>
|
| | | public const int uReportTimeSpace = 16041;
|
| | | /// <summary>
|
| | | /// 全自动模式
|
| | | /// </summary>
|
| | | public const int uFullAutoMode = 16042;
|
| | | /// <summary>
|
| | | /// 半自动模式
|
| | | /// </summary>
|
| | | public const int uHafeAutoMode = 16043;
|
| | | /// <summary>
|
| | | /// 调光模式
|
| | | /// </summary>
|
| | | public const int uDimmingMode = 16044;
|
| | | /// <summary>
|
| | | /// 开关模式
|
| | | /// </summary>
|
| | | public const int uSwitchMode = 16045;
|
| | | /// <summary>
|
| | | /// 开灯亮度
|
| | | /// </summary>
|
| | | public const int uTurnOnBrightness = 16046;
|
| | | /// <summary>
|
| | | /// 慢启动
|
| | | /// </summary>
|
| | | public const int uSlowStartup = 16047;
|
| | | /// <summary>
|
| | | /// 慢关闭
|
| | | /// </summary>
|
| | | public const int uSlowClose = 16048;
|
| | | /// <summary>
|
| | | /// 亮度
|
| | | /// </summary>
|
| | | public const int uBrightness = 16049;
|
| | | /// <summary>
|
| | | /// 获取传感器亮度值失败
|
| | | /// </summary>
|
| | | public const int uGetPirSensorLuxFail = 16050;
|
| | | /// <summary>
|
| | | /// 当前亮度值
|
| | | /// </summary>
|
| | | public const int uNowBrightnessValue = 16051;
|
| | | /// <summary>
|
| | | /// 暗
|
| | | /// </summary>
|
| | | public const int uDark = 16052;
|
| | | /// <summary>
|
| | | /// 亮
|
| | | /// </summary>
|
| | | public const int uBright = 16053;
|
| | | /// <summary>
|
| | | /// 在室内条件下,黄昏照度值约为10lux,阴天照度值约为5~50lux,请根据实际需要进行调节
|
| | | /// </summary>
|
| | | public const int uPirBrightnessTipMsg = 16054;
|
| | | /// <summary>
|
| | | /// 震动反馈
|
| | | /// </summary>
|
| | | public const int uVibrationFeedback = 16055;
|
| | | /// <summary>
|
| | | /// 获取震动反馈配置信息失败
|
| | | /// </summary>
|
| | | public const int uGetVibrationFeedbackSettionFail = 16056;
|
| | | /// <summary>
|
| | | /// 设置震动反馈配置信息失败
|
| | | /// </summary>
|
| | | public const int uSetVibrationFeedbackSettionFail = 16057;
|
| | | /// <summary>
|
| | | /// 我的家
|
| | | /// </summary>
|
| | | public const int uMyHome = 16058;
|
| | | /// <summary>
|
| | | /// 长按“我的家”{0}可切换我的住宅
|
| | | /// </summary>
|
| | | public const int uLongClickMyHomeCanChangedHome = 16059;
|
| | | /// <summary>
|
| | | /// 办公室
|
| | | /// </summary>
|
| | | public const int uWorkRoom = 16060;
|
| | | /// <summary>
|
| | | /// 电机数据异常,请重置电机
|
| | | /// </summary>
|
| | | public const int uCurtainDataIsErrorPleaseResetCurtain = 16061;
|
| | | /// <summary>
|
| | | /// 获取空调摆风状态失败
|
| | | /// </summary>
|
| | | public const int uGetAirConditionerSwingFunctionFail = 16062;
|
| | | /// <summary>
|
| | | /// 设置空调摆风失败
|
| | | /// </summary>
|
| | | public const int uSetAirConditionerSwingFunctionFail = 16063;
|
| | |
|
| | |
|
| | | //★★★★下面这些是接口的返回信息翻译,从18000开始★★★★
|
| | | /// <summary>
|
| | |
| | |
|
| | | //★★★★下面这些是设备所属种类的翻译名字,从40000开始★★★★
|
| | | /// <summary>
|
| | | /// 自定义设备所属ID为100的翻译名字:窗帘
|
| | | /// 自定义设备所属ID为100的翻译名字:遮阳
|
| | | /// </summary>
|
| | | public const int uDeviceBelongId100 = 40000;
|
| | | /// <summary>
|
| | |
| | | /// </summary>
|
| | | public const int uDeviceBelongId2500 = 40004;
|
| | | /// <summary>
|
| | | /// 自定义设备所属ID为2800的翻译名字:智能门锁
|
| | | /// 自定义设备所属ID为2800的翻译名字:门锁
|
| | | /// </summary>
|
| | | public const int uDeviceBelongId2800 = 40005;
|
| | | /// <summary>
|