Tuya iOS Smart Life App SDK 5.15.0
ThingSmartDirectlyConnectedActivator Class Reference

#import <ThingSmartDirectlyConnectedActivator.h>

Inheritance diagram for ThingSmartDirectlyConnectedActivator:

Instance Methods

(void) - activeDirectlyConnectedDeviceWithDevieId:timeout:
 
(void) - stopConfigure
 
(void) - startSearchDevice
 
(void) - stopSearchDevice
 
(void) - activeDirectlyConnectedDeviceWithDevieId:timeout:
 
(void) - stopConfigure
 
(void) - startSearchDevice
 
(void) - stopSearchDevice
 
(void) - deviceCloudActivateWithUUID:groupId:groupType:success:failure:
 
(void) - deviceCloudActivateWithUUID:groupId:groupType:success:failure:
 
(void) - deviceCloudActivateWithModel:success:failure:
 
(void) - deviceCloudActivateWithModel:success:failure:
 

Properties

id< ThingSmartDirectlyConnectedActivatorDelegatedelegate
 

Detailed Description

Definition at line 34 of file ThingSmartDirectlyConnectedActivator.h.

Method Documentation

◆ activeDirectlyConnectedDeviceWithDevieId:timeout: [1/2]

- (void) activeDirectlyConnectedDeviceWithDevieId: (NSString *)  devId
timeout: (NSTimeInterval)  timeout 

Activate directly connected devices

Parameters
timeouttimeout

◆ activeDirectlyConnectedDeviceWithDevieId:timeout: [2/2]

- (void) activeDirectlyConnectedDeviceWithDevieId: (NSString *)  devId
timeout: (NSTimeInterval)  timeout 

Activate directly connected devices

Parameters
timeouttimeout

◆ deviceCloudActivateWithModel:success:failure: [1/2]

- (void) deviceCloudActivateWithModel: (ThingSmartDirectlyConnectedRequestModel *)  requestModel
success: (void(^)(ThingSmartDeviceModel *deviceModel))  success
failure: (ThingFailureError failure 

Activate devices to the cloud

Parameters
requestModelrequest parameter
successthe callback of success
failurethe callback of failure

Provided by category ThingSmartDirectlyConnectedActivator(Home).

◆ deviceCloudActivateWithModel:success:failure: [2/2]

- (void) deviceCloudActivateWithModel: (ThingSmartDirectlyConnectedRequestModel *)  requestModel
success: (void(^)(ThingSmartDeviceModel *deviceModel))  success
failure: (ThingFailureError failure 

Activate devices to the cloud

Parameters
requestModelrequest parameter
successthe callback of success
failurethe callback of failure

Provided by category ThingSmartDirectlyConnectedActivator(Home).

◆ deviceCloudActivateWithUUID:groupId:groupType:success:failure: [1/2]

- (void) deviceCloudActivateWithUUID: (NSString *)  uuid
groupId: (long long)  groupId
groupType: (NSString *)  groupType
success: (void(^)(ThingSmartDeviceModel *deviceModel))  success
failure: (ThingFailureError failure 

Activate devices to the cloud

Parameters
uuidthe uuid of device
groupIdthe home id
groupTypethe home type
successthe callback of success
failurethe callback of failure

Provided by category ThingSmartDirectlyConnectedActivator(Home).

◆ deviceCloudActivateWithUUID:groupId:groupType:success:failure: [2/2]

- (void) deviceCloudActivateWithUUID: (NSString *)  uuid
groupId: (long long)  groupId
groupType: (NSString *)  groupType
success: (void(^)(ThingSmartDeviceModel *deviceModel))  success
failure: (ThingFailureError failure 

Activate devices to the cloud

Parameters
uuidthe uuid of device
groupIdthe home id
groupTypethe home type
successthe callback of success
failurethe callback of failure

Provided by category ThingSmartDirectlyConnectedActivator(Home).

◆ startSearchDevice [1/2]

- (void) startSearchDevice

◆ startSearchDevice [2/2]

- (void) startSearchDevice

◆ stopConfigure [1/2]

- (void) stopConfigure

◆ stopConfigure [2/2]

- (void) stopConfigure

◆ stopSearchDevice [1/2]

- (void) stopSearchDevice

◆ stopSearchDevice [2/2]

- (void) stopSearchDevice

Property Documentation

◆ delegate

- (id< ThingSmartDirectlyConnectedActivatorDelegate >) delegate
readwritenonatomicweak

Definition at line 36 of file ThingSmartDirectlyConnectedActivator.h.


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