old mode 100755
new mode 100644
| | |
| | | /// 编辑场景 |
| | | /// </summary> |
| | | public const int EditorScene = 13141; |
| | | /// <summary> |
| | | /// 未分配区域 |
| | | /// </summary> |
| | | public const int UnallocatedArea = 13142; |
| | | /// <summary> |
| | | /// 功能类型 |
| | | /// </summary> |
| | | public const int FunctionType = 13143; |
| | | /// <summary> |
| | | /// 失败,请重试 |
| | | /// </summary> |
| | | public const int FailedPleaseTryAgain = 13144; |
| | | /// <summary> |
| | | /// 成功 |
| | | /// </summary> |
| | | public const int Success = 13145; |
| | | |
| | | |
| | | #endregion |
| | | |
| | |
| | | //*****public static readonly int Function = 11038; |
| | | |
| | | |
| | | |
| | | |
| | | public static readonly int AddFunction = 11042; |
| | | |
| | | public static readonly int Light = 11044; |
| | |
| | | /// 时间间隔 |
| | | /// </summary> |
| | | public static readonly int TimeSpan = 11093; |
| | | |
| | | |
| | | |
| | | |
| | | |
| | |
| | | /// 百分比 |
| | | /// </summary> |
| | | public static readonly int Percent = 11103; |
| | | public static readonly int Success = 11104; |
| | | |
| | | |
| | | /// <summary> |
| | | /// The please confirm new password. |
| | |
| | | public readonly static int NORECORD = 11107; |
| | | |
| | | public static readonly int TheMainGatewayIsNotOnLine = 12000; |
| | | /// <summary> |
| | | /// 失败,请重试 |
| | | /// </summary> |
| | | public static readonly int FailedPleaseTryAgain = 12001; |
| | | |
| | | public static readonly int TheSceneIsNull = 12002; |
| | | /// <summary> |
| | | /// 该场景中没有执行目标 |
| | |
| | | ///当前没有可以添加到该房间的设备 |
| | | /// </summary> |
| | | public static readonly int NoDeviceCanAddToRoom = 12034; |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | /// <summary> |
| | | /// 当前房间没有设备可以添加到场景 |