// // DeviceConfigViewController.h // FunSDKDemo // // Created by Levi on 2018/5/17. // Copyright © 2018年 Levi. All rights reserved. // /** 设备配置视图控制器 //获取设备配置前,如果设备(门铃门锁等等)是在休眠状态,需要先进行唤醒 */ #import @interface DeviceConfigViewController : UIViewController @end