Tuya iOS Smart Life App SDK 5.15.0
TSceneDetailParams Class Reference

The class represents parameters object for query scene details. More...

#import <TSceneDetailParams.h>

Inheritance diagram for TSceneDetailParams:

Properties

NSString * sceneId
 The scene ID. More...
 
long long gid
 The home ID. More...
 
BOOL supportHome
 This property indicates whether the scene contains room information. More...
 
ThingSmartSceneRuleGenre ruleGenre
 The type of scene, detail see ThingSmartSceneRuleGenre. More...
 

Detailed Description

The class represents parameters object for query scene details.

Definition at line 14 of file TSceneDetailParams.h.

Property Documentation

◆ gid

- (long long) gid
readwritenonatomicassign

The home ID.

Definition at line 19 of file TSceneDetailParams.h.

◆ ruleGenre

- (ThingSmartSceneRuleGenre) ruleGenre
readwritenonatomicassign

The type of scene, detail see ThingSmartSceneRuleGenre.

Definition at line 23 of file TSceneDetailParams.h.

◆ sceneId

- (NSString *) sceneId
readwritenonatomiccopy

The scene ID.

Definition at line 17 of file TSceneDetailParams.h.

◆ supportHome

- (BOOL) supportHome
readwritenonatomicassign

This property indicates whether the scene contains room information.

Definition at line 21 of file TSceneDetailParams.h.


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