| | |
| | | /// <summary>
|
| | | /// 选择红外遥控器
|
| | | /// </summary> |
| | | public const int ChooseInfraredRemoteControl = 1076; |
| | | public const int ChooseInfraredRemoteControl = 1076;
|
| | | /// <summary>
|
| | | /// 新风
|
| | | /// </summary> |
| | | public const int AirFresh = 1077;
|
| | | /// <summary>
|
| | | /// 当前滤网剩余
|
| | | /// </summary> |
| | | public const int ResidualFilterScreen = 1078;
|
| | | /// <summary>
|
| | | /// 节能
|
| | | /// </summary> |
| | | public const int Energy = 1079;
|
| | | /// <summary>
|
| | | /// 通风
|
| | | /// </summary> |
| | | public const int Ventilated = 1080;
|
| | | /// <summary>
|
| | | /// 1档
|
| | | /// </summary> |
| | | public const int OneGear = 1081; |
| | | /// <summary>
|
| | | /// 2档
|
| | | /// </summary> |
| | | public const int TwoGear = 1082; |
| | | /// <summary>
|
| | | /// 3档
|
| | | /// </summary> |
| | | public const int ThreeGear = 1083;
|
| | | /// <summary>
|
| | | /// 风速1档
|
| | | /// </summary> |
| | | public const int FanOneGear = 1084; |
| | | /// <summary>
|
| | | /// 风速2档
|
| | | /// </summary> |
| | | public const int FanTwoGear = 1085; |
| | | /// <summary>
|
| | | /// 风速3档
|
| | | /// </summary> |
| | | public const int FanThreeGear = 1086; |
| | | |
| | | |
| | | |