![]() |
Tuya iOS Smart Life App SDK 5.15.0
|
ThingSmartSceneLogDetailModel provides more attributes for developers to generate log detail model object. More...
#import <ThingSmartSceneLogDetailModel.h>
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... | |
ThingSmartSceneLogDetailModel provides more attributes for developers to generate log detail model object.
Definition at line 14 of file ThingSmartSceneLogDetailModel.h.
|
readwritenonatomicstrong |
The action entity id.
Definition at line 17 of file ThingSmartSceneLogDetailModel.h.
|
readwritenonatomicstrong |
The action entity name.
Definition at line 20 of file ThingSmartSceneLogDetailModel.h.
|
readwritenonatomicstrong |
The action entity URL.
Definition at line 23 of file ThingSmartSceneLogDetailModel.h.
|
readwritenonatomicstrong |
The action executor type, eg: dpIssue, groupDpIssue.
Definition at line 26 of file ThingSmartSceneLogDetailModel.h.
|
readwritenonatomicstrong |
The action id.
Definition at line 29 of file ThingSmartSceneLogDetailModel.h.
|
readwritenonatomicstrong |
The detail data list of scene log.
Definition at line 44 of file ThingSmartSceneLogDetailModel.h.
|
readwritenonatomicstrong |
The error code.
Definition at line 32 of file ThingSmartSceneLogDetailModel.h.
|
readwritenonatomicstrong |
The error information of scene execution.
Definition at line 35 of file ThingSmartSceneLogDetailModel.h.
|
readwritenonatomicassign |
The execute status of the action in the scene.
Definition at line 38 of file ThingSmartSceneLogDetailModel.h.
|
readwritenonatomicstrong |
The execute time of the action in the scene.
Definition at line 41 of file ThingSmartSceneLogDetailModel.h.