| | |
| | | { |
| | | public static class StringId |
| | | { |
| | | public const int Lightint = 433; |
| | | public const int Disinfect = 422; |
| | | public const int WindDry = 421; |
| | | public const int HotDry = 420; |
| | | public const int SensorNormalState = 419; |
| | | public const int InAlarm = 418; |
| | | public const int WaterLeakage = 417; |
| | |
| | | /// </summary> |
| | | public const int AutoClean = 1035; |
| | | /// <summary> |
| | | /// 定点清扫 |
| | | /// 随机清扫 |
| | | /// </summary> |
| | | public const int FixedPointClean = 1036; |
| | | public const int RandomClean = 1036; |
| | | /// <summary> |
| | | /// 沿墙清扫 |
| | | /// </summary> |
| | | public const int WallClean = 1037; |
| | | /// <summary> |
| | | /// 区域清扫 |
| | | /// 螺旋清扫 |
| | | /// </summary> |
| | | public const int AreaClean = 1038; |
| | | public const int SpiralClean = 1038; |
| | | /// <summary> |
| | | /// 总清洁面积 |
| | | /// </summary> |