| | |
| | | this.Type = DeviceType.OnOffSwitch; |
| | | } |
| | | /// <summary> |
| | | /// 多功能面板中被绑定的目标 |
| | | /// </summary> |
| | | [Newtonsoft.Json.JsonIgnore] |
| | | public System.Collections.Generic.Dictionary<string, List<BindListAllInfo>> bindTargetsFromMutilfunctionPanelList = new System.Collections.Generic.Dictionary<string, List<BindListAllInfo>>(); |
| | | /// <summary> |
| | | /// 按键模式(私有功能) |
| | | /// </summary> |
| | | public int panelMode = 65535; |
| | |
| | | /// 传感器使能 |
| | | ///false-disable true-enable |
| | | /// </summary> |
| | | public bool enable; |
| | | public bool enable= false; |
| | | |
| | | /// <summary> |
| | | ///传感器距离 |