| | |
| | | ///切换住宅清空前住宅缓存自动化列表; |
| | | HDL_ON.UI.UI2.Intelligence.Automation.Logic.LogicList.Clear(); |
| | | DAL.Mqtt.MqttClient.DisConnectRemote("退出登录,或者切换住宅"); |
| | | |
| | | #if IOS |
| | | //退出全视通登录 |
| | | Shared.IOS.HDLFVSDK.Video.Logout(); |
| | | //重置默认不支持全视通 |
| | | Entity.DB_ResidenceData.Instance.SupportFVDevice = false; |
| | | #endif |
| | | } |
| | | /// <summary> |
| | | /// 是否支持人脸通行 |
| | | /// </summary> |
| | | public bool SupportFacePass = false; |
| | | |
| | | /// <summary> |
| | | /// 是否支持访客管理 |
| | | /// </summary> |
| | | public bool SupportVisitorManage = false; |
| | | |
| | | /// <summary> |
| | | /// 是否支持全视通 |
| | | /// </summary> |
| | | public bool SupportFVDevice = false; |
| | | |
| | | /// <summary> |
| | | /// 网关详细信息 |
| | |
| | | } |
| | | |
| | | |
| | | #region oid列表 a协议转bus协议控制使用 |
| | | #region oid列表 a协议转bus协议控制使用 |
| | | /// <summary> |
| | | /// oid数据保存的文件名 |
| | | /// </summary> |
| | |
| | | Common.FileUtlis.Files.WriteFileByBytes(OidSavePathName, oidBytes); |
| | | } |
| | | |
| | | #endregion |
| | | #endregion |
| | | |
| | | /// <summary> |
| | | /// 场景筛选时,选择的房间 |