Tuya iOS Smart Life App SDK 5.15.0
<ThingSmartActivatorActiveProtocol> Protocol Reference

#import <ThingSmartActivatorActiveProtocol.h>

Inheritance diagram for <ThingSmartActivatorActiveProtocol>:
ThingSmartActivatorDiscovery ThingSmartActivatorDiscovery

Instance Methods

(void) - startActive:deviceList:
 
(void) - stopActive:clearCache:
 
(void) - resetUnbindDeviceList:
 
(void) - startActive:deviceList:
 
(void) - stopActive:clearCache:
 
(void) - resetUnbindDeviceList:
 

Detailed Description

Definition at line 14 of file ThingSmartActivatorActiveProtocol.h.

Method Documentation

◆ resetUnbindDeviceList: [1/2]

- (void) resetUnbindDeviceList: (NSArray< ThingSmartActivatorDeviceModel * > *)  deviceList

Reset unbound devices

Parameters
deviceListDevices to be reset

◆ resetUnbindDeviceList: [2/2]

- (void) resetUnbindDeviceList: (NSArray< ThingSmartActivatorDeviceModel * > *)  deviceList

Reset unbound devices

Parameters
deviceListDevices to be reset

◆ startActive:deviceList: [1/2]

- (void) startActive: (ThingSmartActivatorTypeModel *)  type
deviceList: (NSArray< ThingSmartActivatorDeviceModel * > *)  deviceList 

Activate devices with a single network configuration type

Parameters
typeNetwork configuration type
deviceListDevices to be activated

◆ startActive:deviceList: [2/2]

- (void) startActive: (ThingSmartActivatorTypeModel *)  type
deviceList: (NSArray< ThingSmartActivatorDeviceModel * > *)  deviceList 

Activate devices with a single network configuration type

Parameters
typeNetwork configuration type
deviceListDevices to be activated

◆ stopActive:clearCache: [1/2]

- (void) stopActive: (NSArray< ThingSmartActivatorTypeModel * > *)  typeList
clearCache: (BOOL)  clearCache 

Stop activating devices

Parameters
typeListArray of network configuration types
clearCacheWhether to clear the cache

◆ stopActive:clearCache: [2/2]

- (void) stopActive: (NSArray< ThingSmartActivatorTypeModel * > *)  typeList
clearCache: (BOOL)  clearCache 

Stop activating devices

Parameters
typeListArray of network configuration types
clearCacheWhether to clear the cache

The documentation for this protocol was generated from the following files: