From 49248e3bdff0458f8f6f4156d1425bd6f6074e32 Mon Sep 17 00:00:00 2001 From: lss <lsc@hdlchina.com.cn> Date: 星期二, 17 五月 2022 13:17:21 +0800 Subject: [PATCH] Merge branch 'dev' into lss --- HDL_ON/Entity/DB_ResidenceData.cs | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/HDL_ON/Entity/DB_ResidenceData.cs b/HDL_ON/Entity/DB_ResidenceData.cs index 7e9c6f8..75d6fc6 100644 --- a/HDL_ON/Entity/DB_ResidenceData.cs +++ b/HDL_ON/Entity/DB_ResidenceData.cs @@ -155,6 +155,12 @@ ///鍒囨崲浣忓畢娓呯┖鍓嶄綇瀹呯紦瀛樿嚜鍔ㄥ寲鍒楄〃锛� HDL_ON.UI.UI2.Intelligence.Automation.Logic.LogicList.Clear(); DAL.Mqtt.MqttClient.DisConnectRemote("閫�鍑虹櫥褰曪紝鎴栬�呭垏鎹綇瀹�"); + + //閫�鍑哄叏瑙嗛�氱櫥褰� + Shared.IOS.HDLFVSDK.Video.Logout(); + //閲嶇疆榛樿涓嶆敮鎸佸叏瑙嗛�� + Entity.DB_ResidenceData.Instance.SupportFVDevice = false; + } /// <summary> /// 鏄惁鏀寔浜鸿劯閫氳 @@ -162,6 +168,16 @@ public bool SupportFacePass = false; /// <summary> + /// 鏄惁鏀寔璁垮绠$悊 + /// </summary> + public bool SupportVisitorManage = false; + + /// <summary> + /// 鏄惁鏀寔鍏ㄨ閫� + /// </summary> + public bool SupportFVDevice = false; + + /// <summary> /// 缃戝叧璇︾粏淇℃伅 /// </summary> public HomeGatewayInfo HomeGateway; -- Gitblit v1.8.0