| | |
| | | // |
| | | |
| | | #import <Foundation/Foundation.h> |
| | | #import "EZDeviceInfo.h" |
| | | //#import <EZOpenSDKFramework/EZDeviceInfo.h> |
| | | #import <EZOpenSDKFramework/EZDeviceInfo.h> |
| | | |
| | | |
| | | |
| | | @protocol EZSDKDelegate <NSObject> |
| | | |
| | | //添加设备成功 |
| | | -(void)addDeviceSuccessed; |
| | | /*添加设备成功 |
| | | @param deviceSerial 设备序列号 |
| | | */ |
| | | -(void)addDeviceSuccessed:(NSString*)deviceSerial; |
| | | |
| | | @end |
| | | |
| | |
| | | |
| | | @property (nonatomic, weak) id<EZSDKDelegate> delegate;//代理 |
| | | |
| | | @property (nonatomic, strong) NSArray *connectTipModels;//需要配网提示的类型(不能通过app端配网的设备类型) |
| | | |
| | | |
| | | ///sharedInstance |
| | | + (instancetype)sharedInstance; |