| | |
| | | btnFloor.MouseUpEventHandler = (sender, e) => |
| | | { |
| | | string nowSelectId = null; |
| | | var list = FunctionList.List.GetArmSensorList(); |
| | | var list = FunctionList.List.GetArmCenterList(); |
| | | |
| | | #if DEBUG |
| | | list.AddRange(FunctionList.List.GetLightList()); |
| | |
| | | bodyView.AddChidren(functionListView); |
| | | |
| | | |
| | | var listAllFun = FunctionList.List.GetArmSensorList(); |
| | | var listAllFun = FunctionList.List.GetArmCenterList(); |
| | | #if DEBUG |
| | | listAllFun.AddRange(FunctionList.List.GetLightList()); |
| | | #endif |
| | |
| | | if (functions == null) |
| | | { |
| | | //初始值 |
| | | functions = FunctionList.List.GetArmSensorList(); |
| | | functions = FunctionList.List.GetArmCenterList(); |
| | | } |
| | | |
| | | |
| | |
| | | inValue = "alarm"; |
| | | break; |
| | | case SPK.SensorDoorWindow: |
| | | case SPK.SensorDryContact: |
| | | case SPK.SensorDryContact2: |
| | | inKey = "contact_status"; |
| | | inValue = "open"; |
| | | break; |