old mode 100755
new mode 100644
| | |
| | | /// </summary> |
| | | public const int UnknowDevice = 12100; |
| | | /// <summary> |
| | | /// 控制面板 |
| | | /// </summary> |
| | | public const int OnOffSwitch = 12101; |
| | | /// <summary> |
| | | /// 继电器 |
| | | /// </summary> |
| | | public const int OnOffOutput = 12102; |
| | |
| | | //*****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 NoDeviceCanAddToRoom = 12034; |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | /// <summary> |
| | | /// 当前房间没有设备可以添加到场景 |