| | |
| | | /// 空气质量传感器 |
| | | /// </summary> |
| | | public const int AirQualitySensor = 316; |
| | | /// <summary> |
| | | /// 优 |
| | | /// </summary> |
| | | public const int ExcellentAirQuality = 317; |
| | | /// <summary> |
| | | /// 良 |
| | | /// </summary> |
| | | public const int GoodAirQuality = 318; |
| | | /// <summary> |
| | | /// 轻度污染 |
| | | /// </summary> |
| | | public const int LightPollution = 319; |
| | | /// <summary> |
| | | /// 中度污染 |
| | | /// </summary> |
| | | public const int Moderatelyolluted = 320; |
| | | /// <summary> |
| | | /// 重度污染 |
| | | /// </summary> |
| | | public const int HeavyPollution = 321; |
| | | /// <summary> |
| | | /// 严重污染 |
| | | /// </summary> |
| | | public const int SeriousPollution = 322; |
| | | |
| | | |
| | | public readonly static int cancel = 5097; |
| | | public readonly static int confrim = 5098; |
| | |
| | | public readonly static int addFailed = 5401; |
| | | public readonly static int timeSensitive = 5402; |
| | | public readonly static int executeSone = 5403; |
| | | public readonly static int hour1 = 5404; |
| | | |
| | | |
| | | |
| | |
| | | /// DATA绿色指示灯闪烁
|
| | | /// </summary>
|
| | | public const int uDataGreanPilotLampLinght = 16119;
|
| | | /// <summary>
|
| | | /// 联系方式
|
| | | /// </summary>
|
| | | public const int uContactInformation = 16120;
|
| | | /// <summary>
|
| | | /// 请输入您的联系方式
|
| | | /// </summary>
|
| | | public const int uPleaseInputYourContactInformation = 16121;
|
| | |
|
| | |
|
| | | //★★★★下面这些是接口的返回信息翻译,从18000开始★★★★
|