Tuya iOS Smart Life App SDK 5.15.0
ThingSmartThingAction Class Reference

#import <ThingSmartThingModel.h>

Inheritance diagram for ThingSmartThingAction:

Properties

NSInteger abilityId
 The action id. More...
 
NSString * code
 The action code. More...
 
NSArrayinputParams
 The input params of action. More...
 
NSArrayoutputParams
 The output params of action. More...
 

Detailed Description

Definition at line 81 of file ThingSmartThingModel.h.

Property Documentation

◆ abilityId

- (NSInteger) abilityId
readwritenonatomicassign

The action id.

Definition at line 83 of file ThingSmartThingModel.h.

◆ code

- (NSString *) code
readwritenonatomicstrong

The action code.

Definition at line 85 of file ThingSmartThingModel.h.

◆ inputParams

- (NSArray *) inputParams
readwritenonatomicstrong

The input params of action.

Definition at line 87 of file ThingSmartThingModel.h.

◆ outputParams

- (NSArray *) outputParams
readwritenonatomicstrong

The output params of action.

Definition at line 89 of file ThingSmartThingModel.h.


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