| | |
| | | /// 设置晾衣架消毒时间失败 |
| | | /// </summary> |
| | | public const int AirerDisinfectTimeFailed = 389; |
| | | |
| | | /// <summary> |
| | | /// PM 2.5传感器 |
| | | /// </summary> |
| | | public const int Pm2P5Sensor = 390; |
| | | /// <summary> |
| | | /// CO2传感器 |
| | | /// </summary> |
| | | public const int CO2Sensor = 391; |
| | | /// <summary> |
| | | /// 设置LED灯 |
| | | /// </summary> |
| | | public const int SetAirQualitySensorLight = 392; |
| | | /// <summary> |
| | | /// 查看历史记录 |
| | | /// </summary> |
| | | public const int CheckAirQualitySensorHistory = 393; |
| | | /// <summary> |
| | | /// 设备LED灯 |
| | | /// </summary> |
| | | public const int Pollution = 394; |
| | | /// <summary> |
| | | /// LED设置 |
| | | /// </summary> |
| | | public const int LEDSet = 395; |
| | | /// <summary> |
| | | /// 设备LED灯 |
| | | /// </summary> |
| | | public const int DeviceLED = 396; |
| | | /// <summary> |
| | | /// 设置时间 |
| | | /// </summary> |
| | | public const int LEDSetTime = 397; |
| | | /// <summary> |
| | | /// 上午 |
| | | /// </summary> |
| | | public const int Morning = 398; |
| | | /// <summary> |
| | | /// 下午 |
| | | /// </summary> |
| | | public const int Afternoon = 399; |
| | | /// <summary> |
| | | /// 获取列表数据部分丢失,请刷新重新获取 |
| | | /// </summary> |
| | | public const int GetLedTimeLost = 400; |
| | | /// <summary> |
| | | /// LED灯关闭 |
| | | /// </summary> |
| | | public const int LedClose = 401; |
| | | /// <summary> |
| | | /// 请设置开始时间 |
| | | /// </summary> |
| | | public const int StartTimeEmpty = 402; |
| | | /// <summary> |
| | | /// 请设置开结束时间 |
| | | /// </summary> |
| | | public const int EndTimeEmpty = 403; |
| | | /// <summary> |
| | | /// 最多可设置5条失效时间段 |
| | | /// </summary> |
| | | public const int LedBindFull = 404; |
| | | /// <summary> |
| | | /// 开始时间不能大于结束时间 |
| | | /// </summary> |
| | | public const int LedBindTip1 = 405; |
| | | /// <summary> |
| | | /// 结束时间不能小于开始时间 |
| | | /// </summary> |
| | | public const int LedBindTip2 = 406; |
| | | |
| | | public readonly static int cancel = 5097; |
| | | public readonly static int confrim = 5098; |