From 485a9553e08984a945d692483b1aea15a02ef5ab Mon Sep 17 00:00:00 2001 From: chenqiyang <1406175257@qq.com> Date: 星期一, 13 三月 2023 11:09:17 +0800 Subject: [PATCH] 1.更新sdk到5.1.1 2.新增临时密码列表界面 3.新增跳转添加设备页接口 4.新增添加门锁设备逻辑 --- EZSDK/EZSDK/EZSDK.h | 18 ++++++++++++++++++ 1 files changed, 18 insertions(+), 0 deletions(-) diff --git a/EZSDK/EZSDK/EZSDK.h b/EZSDK/EZSDK/EZSDK.h index 9a39d58..2ae3791 100644 --- a/EZSDK/EZSDK/EZSDK.h +++ b/EZSDK/EZSDK/EZSDK.h @@ -8,6 +8,12 @@ #import <Foundation/Foundation.h> #import "EZDeviceInfo.h" +//璁惧绫诲瀷 +typedef enum { + HDLEZDeviceType_Default=0, //榛樿绫诲瀷 + HDLEZDeviceType_Door=1,//闂ㄩ攣 +}HDLEZDeviceType; + @interface EZSDK : NSObject ///sharedInstance + (instancetype)sharedInstance; @@ -38,6 +44,13 @@ 璺宠浆娣诲姞娣诲姞璁惧 */ - (void)addEzvizMonitor; + +/** + 璺宠浆娣诲姞娣诲姞璁惧 + @param deviceType 璁惧绫诲瀷 + */ +- (void)addEzvizMonitorWithDeviceType:(HDLEZDeviceType)deviceType; + /** 鏌ョ湅瑙嗛鐩戞帶鐩存挱 */ @@ -57,5 +70,10 @@ ////鏌ョ湅鍛婅淇℃伅 //- (void)goToEZMessagePhotoVC:(EZAlarmInfo*)alarmInfo; +/**涓存椂瀵嗙爜椤� + @param deviceId 璁惧id + */ +- (void)toTemPassView:(NSString*)deviceId; + @end -- Gitblit v1.8.0