Tuya iOS Smart Life App SDK 5.15.0
ThingSmartSceneLogDetailModel Class Reference

ThingSmartSceneLogDetailModel provides more attributes for developers to generate log detail model object. More...

#import <ThingSmartSceneLogDetailModel.h>

Inheritance diagram for ThingSmartSceneLogDetailModel:

Properties

NSString * actionEntityId
 The action entity id. More...
 
NSString * actionEntityName
 The action entity name. More...
 
NSString * actionEntityUrl
 The action entity URL. More...
 
NSString * actionExecutor
 The action executor type, eg: dpIssue, groupDpIssue. More...
 
NSString * actionId
 The action id. More...
 
NSString * errorCode
 The error code. More...
 
NSString * errorMsg
 The error information of scene execution. More...
 
NSInteger execStatus
 The execute status of the action in the scene. More...
 
NSString * executeTime
 The execute time of the action in the scene. More...
 
NSArray< ThingSmartSceneLogDetailData * > * detail
 The detail data list of scene log. More...
 

Detailed Description

ThingSmartSceneLogDetailModel provides more attributes for developers to generate log detail model object.

Definition at line 14 of file ThingSmartSceneLogDetailModel.h.

Property Documentation

◆ actionEntityId

- (NSString *) actionEntityId
readwritenonatomicstrong

The action entity id.

Definition at line 17 of file ThingSmartSceneLogDetailModel.h.

◆ actionEntityName

- (NSString *) actionEntityName
readwritenonatomicstrong

The action entity name.

Definition at line 20 of file ThingSmartSceneLogDetailModel.h.

◆ actionEntityUrl

- (NSString *) actionEntityUrl
readwritenonatomicstrong

The action entity URL.

Definition at line 23 of file ThingSmartSceneLogDetailModel.h.

◆ actionExecutor

- (NSString *) actionExecutor
readwritenonatomicstrong

The action executor type, eg: dpIssue, groupDpIssue.

Definition at line 26 of file ThingSmartSceneLogDetailModel.h.

◆ actionId

- (NSString *) actionId
readwritenonatomicstrong

The action id.

Definition at line 29 of file ThingSmartSceneLogDetailModel.h.

◆ detail

- (NSArray< ThingSmartSceneLogDetailData * > *) detail
readwritenonatomicstrong

The detail data list of scene log.

Definition at line 44 of file ThingSmartSceneLogDetailModel.h.

◆ errorCode

- (NSString *) errorCode
readwritenonatomicstrong

The error code.

Definition at line 32 of file ThingSmartSceneLogDetailModel.h.

◆ errorMsg

- (NSString *) errorMsg
readwritenonatomicstrong

The error information of scene execution.

Definition at line 35 of file ThingSmartSceneLogDetailModel.h.

◆ execStatus

- (NSInteger) execStatus
readwritenonatomicassign

The execute status of the action in the scene.

Definition at line 38 of file ThingSmartSceneLogDetailModel.h.

◆ executeTime

- (NSString *) executeTime
readwritenonatomicstrong

The execute time of the action in the scene.

Definition at line 41 of file ThingSmartSceneLogDetailModel.h.


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