| | |
| | | public readonly static int mi = 5405; |
| | | |
| | | |
| | | |
| | | #region 登录注册 |
| | | /// <summary> |
| | | /// HDL Home |
| | | /// </summary> |
| | |
| | | /// 常用 |
| | | /// </summary> |
| | | public const int Favorite = 10001; |
| | | |
| | | |
| | | |
| | | /// <summary> |
| | | /// 手机号 |
| | | /// </summary> |
| | |
| | | /// </summary> |
| | | public const int PleaseInputVerificationCode = 10133; |
| | | /// <summary> |
| | | /// 即将通过微信授权登录 |
| | | /// </summary> |
| | | public const int LoginByWechat = 10134; |
| | | /// <summary> |
| | | /// 登录中... |
| | | /// </summary> |
| | | public const int Logining = 10135; |
| | |
| | | /// 当前住宅为空,请先建立住宅 |
| | | /// </summary> |
| | | public const int CurrentlyTheUserIshHouseIsEmptyPleaseBuildANewHouseFirst = 10136; |
| | | /// <summary> |
| | | /// 住宅名称为空 |
| | | /// </summary> |
| | | public const int TheResidenceNameNull = 10137; |
| | | /// <summary> |
| | | /// 邮箱错误,请重新输入 |
| | | /// </summary> |
| | |
| | | /// 请输入长度为6-13个字符的密码 |
| | | /// </summary> |
| | | public const int ThePWDLengthError = 10140; |
| | | /// <summary> |
| | | /// 你已被强制下线! |
| | | /// </summary> |
| | | public const int YouHaveBeenSignOut = 10141; |
| | | /// <summary> |
| | | /// 新密码和原密码一致 |
| | | /// </summary> |
| | |
| | | /// 已有账号?登录 |
| | | /// </summary> |
| | | public const int LoginByAccountPWD_1 = 10145; |
| | | |
| | | |
| | | /// <summary> |
| | | /// 改房间名称已存在 |
| | | /// 该房间名称已存在 |
| | | /// </summary> |
| | | public const int HadSameRoom = 10150; |
| | | /// <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> |
| | | public const int SENDFAIL = 10156; |
| | | /// <summary> |
| | | /// 网关不在线 |
| | | /// </summary> |
| | | public const int TheMainGatewayIsNotOnLine = 10157; |
| | | /// <summary> |
| | | /// 下一步 |
| | | /// </summary> |
| | | public const int Next = 10158; |
| | | |
| | | |
| | | /// <summary> |
| | | /// 已是最新版本 |
| | | /// </summary> |
| | |
| | | /// </summary> |
| | | public const int Update = 10161; |
| | | /// <summary> |
| | | /// 更新内容 |
| | | /// </summary> |
| | | public const int UpdateContent = 10162; |
| | | /// <summary> |
| | | /// 更新失败 |
| | | /// </summary> |
| | | public const int UpdateAppFail = 10163; |
| | |
| | | /// 正在更新中... |
| | | /// </summary> |
| | | public const int Updating = 10164; |
| | | /// <summary> |
| | | /// 取消更新 |
| | | /// </summary> |
| | | public const int CancelUpdating = 10165; |
| | | /// <summary> |
| | | /// 版本号 |
| | | /// </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> |
| | | public const int Automation = 11002; |
| | | |
| | | |
| | | /// <summary> |
| | | /// 没有功能 请在个人中心--设备管理处添加 |
| | | /// </summary> |
| | |
| | | /// 空调模式为空,请先配置 |
| | | /// </summary> |
| | | public const int AC_Model_None = 11037; |
| | | |
| | | |
| | | #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; |
| | | /// <summary> |
| | | /// 温度传感器 |
| | | /// </summary> |
| | |
| | | /// 湿度传感器 |
| | | /// </summary> |
| | | public const int HumiditySensor = 12111; |
| | | /// <summary> |
| | | /// 温湿度传感器 |
| | | /// </summary> |
| | | public const int TemperatureAndHumiditySensor = 12112; |
| | | |
| | | |
| | | /// <summary> |
| | | /// 有人 |
| | | /// </summary> |
| | |
| | | /// 安全 |
| | | /// </summary> |
| | | public const int IASZone_Statu_Safe = 12507; |
| | | |
| | | |
| | | #endregion |
| | | |
| | | |
| | | #endregion |
| | | |
| | | #region 主页 |
| | | |
| | | /// <summary> |
| | | /// 房间列表 |
| | | /// </summary> |
| | | public const int RoomList = 13100; |
| | | |
| | | /// <summary> |
| | | /// 选择楼层 |
| | | /// </summary> |
| | |
| | | /// 该场景正在延时,请稍后 |
| | | /// </summary> |
| | | public const int TheSceneIsDelaying = 13149; |
| | | |
| | | |
| | | |
| | | /// <summary> |
| | | /// 选择摆风 |
| | | /// </summary> |
| | |
| | | /// 当前 亮度 |
| | | /// </summary> |
| | | public const int CurrentLightLevel = 13604; |
| | | |
| | | |
| | | |
| | | #endregion |
| | | |
| | | |
| | | |
| | | |
| | | |
| | |
| | | /// </summary>
|
| | | public const int uAddMiniGatewayMsg1 = 16125;
|
| | | /// <summary>
|
| | | /// 请选择widora-xxxx网络
|
| | | /// </summary>
|
| | | public const int uPleaseSelectWidoraXXNet = 16126;
|
| | | /// <summary>
|
| | | /// 手机去设置连接网关热点{0}选择widora-xxxx网络
|
| | | /// </summary>
|
| | | public const int uAddMiniGatewayMsg2 = 16127;
|
| | | /// <summary>
|
| | | /// 色温
|
| | | /// </summary> |
| | | public const int uColorTemperature = 16128;
|
| | |
| | | /// Mini夜灯
|
| | | /// </summary> |
| | | public const int uMiniNightLight = 16129;
|
| | | /// <summary>
|
| | | /// 燃气泄露
|
| | | /// </summary>
|
| | | public const int uGasLeakage = 16130;
|
| | | /// <summary> |
| | | /// 忽略 |
| | | /// </summary> |
| | | public const int uNeglect = 16131; |
| | |
|
| | |
|
| | |
|
| | | //★★★★下面这些是接口的返回信息翻译,从18000开始★★★★
|
| | |
| | | /// 镜像ID为11的设备的官方名字:Mini网关 |
| | | /// </summary> |
| | | public const int uDeviceModelId11 = 30043; |
| | | /// <summary> |
| | | /// 镜像ID为20000的设备的官方名字:色温灯 |
| | | /// </summary> |
| | | public const int uDeviceModelId20000 = 30044;
|
| | |
|
| | | //★★★★下面这些是设备所属种类的翻译名字,从40000开始★★★★
|
| | | /// <summary>
|