/** * order all device or group * Sort the devices and groups of the entire family* * @param orderList order list [@"devId", @"groupId"] * @param success Success block * @param failure Failure block */-(void)sortDeviceOrGroupWithOrderList:(NSArray *)orderList success:(TYSuccessHandler)success failure:(TYFailureError)failure.