| | |
| | | /// </summary> |
| | | public const int InvalidTimeIsEmpty = 297; |
| | | /// <summary> |
| | | /// 失效时间不能大于36小时 |
| | | /// 失效时间不能大于72小时 |
| | | /// </summary> |
| | | public const int InvalidTimeMoreThan36 = 298; |
| | | public const int InvalidTimeMoreThan72 = 298; |
| | | /// <summary> |
| | | /// 失效时间不能小于1小时 |
| | | /// </summary> |
| | |
| | | /// 非管理员不能在常开模式下操作 |
| | | /// </summary> |
| | | public const int OnlyMasterOperate = 301; |
| | | /// <summary> |
| | | /// 绑定新风 |
| | | /// </summary> |
| | | public const int BindFreshAirTarget = 302; |
| | | /// <summary> |
| | | /// 温度来源 |
| | | /// </summary> |
| | | public const int TemperatureSource = 303; |
| | | /// <summary> |
| | | /// 湿度来源 |
| | | /// </summary> |
| | | public const int HumiditySource = 304; |
| | | /// <summary> |
| | | /// PM2.5来源 |
| | | /// </summary> |
| | | public const int PM25Source = 305; |
| | | |
| | | |
| | | public readonly static int cancel = 5097; |
| | |
| | | /// 常开模式
|
| | | /// </summary>
|
| | | public const int uNormallyOpenMode = 16090;
|
| | | /// <summary>
|
| | | /// 常开模式手动开启
|
| | | /// </summary>
|
| | | public const int uNormallyOpenModeManualOpen = 16091;
|
| | | /// <summary>
|
| | | /// 常开模式手动取消
|
| | | /// </summary>
|
| | | public const int uNormallyOpenModeManualClose = 16092;
|
| | | /// <summary>
|
| | | /// 常开模式启用{0}小时
|
| | | /// </summary>
|
| | | public const int uNormallyOpenModeOpenSomeTime = 16093;
|
| | |
|
| | |
|
| | | //★★★★下面这些是接口的返回信息翻译,从18000开始★★★★
|
| | | /// <summary>
|