From 4e78c9c795dff269ebea37f4e7572d8c8b7d4a69 Mon Sep 17 00:00:00 2001 From: xm <1271024303@qq.com> Date: 星期三, 20 五月 2020 15:14:17 +0800 Subject: [PATCH] 请合并门锁最新代码【1、优化门锁常开模式推送和增加机械门锁开锁功能;2、优化面板调光目标】 --- ZigbeeApp20200519/Shared/Phone/UserCenter/CommonBase/Resourse/ControlCommonResourse.cs | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/ZigbeeApp20200519/Shared/Phone/UserCenter/CommonBase/Resourse/ControlCommonResourse.cs b/ZigbeeApp20200519/Shared/Phone/UserCenter/CommonBase/Resourse/ControlCommonResourse.cs old mode 100755 new mode 100644 index b5f2c64..01be138 --- a/ZigbeeApp20200519/Shared/Phone/UserCenter/CommonBase/Resourse/ControlCommonResourse.cs +++ b/ZigbeeApp20200519/Shared/Phone/UserCenter/CommonBase/Resourse/ControlCommonResourse.cs @@ -67,7 +67,11 @@ /// <summary> /// 寰愭鐨勯棬閿佺晫闈㈡槸鍚︽槸鎵撳紑鐨勭姸鎬� /// </summary> - public static bool IsDoorLockPageOpen = false; + //public static bool IsDoorLockPageOpen = false; + /// <summary> + /// 闂ㄩ攣鐣岄潰鏄惁鏄洿鏂扮姸鎬� + /// </summary> + public static Action<bool> UpdateDoorLockStatusAction = null; /// <summary> /// 鏄惁鏄晫闈㈡鍦ㄥ姞杞戒腑(搴曞眰涓撶敤,涓嶉渶瑕佺悊) /// </summary> -- Gitblit v1.8.0