Tuya iOS Smart Life App SDK 5.15.0
ThingSmartHomeResourceRequestModel Class Reference

#import <ThingSmartHomeMemberRequestModel.h>

Inheritance diagram for ThingSmartHomeResourceRequestModel:

Properties

long long homeId
 The home ID. It is a required field. More...
 
ThingHomeRoleResourceType resourceType
 The resource's type. It is a required field. More...
 
NSString * roomIds
 The resource's roomIds. It is a required field. More...
 
NSString * categoryIds
 The device's categoryIds. It is a required field. More...
 
NSString * controlTypes
 The resource's control types. It is a required field. "0" control by device, "1" control by group. More...
 
BOOL notAssignedRoom
 

Detailed Description

Definition at line 34 of file ThingSmartHomeMemberRequestModel.h.

Property Documentation

◆ categoryIds

- (NSString *) categoryIds
readwritenonatomicstrong

The device's categoryIds. It is a required field.

Definition at line 46 of file ThingSmartHomeMemberRequestModel.h.

◆ controlTypes

- (NSString *) controlTypes
readwritenonatomicstrong

The resource's control types. It is a required field. "0" control by device, "1" control by group.

Definition at line 49 of file ThingSmartHomeMemberRequestModel.h.

◆ homeId

- (long long) homeId
readwritenonatomicassign

The home ID. It is a required field.

Definition at line 37 of file ThingSmartHomeMemberRequestModel.h.

◆ notAssignedRoom

- (BOOL) notAssignedRoom
readwritenonatomicassign

The resource was not assigned room. It is a required field. If it is yes, show all devices and scenes were not assigned rooms.

Definition at line 53 of file ThingSmartHomeMemberRequestModel.h.

◆ resourceType

- (ThingHomeRoleResourceType) resourceType
readwritenonatomicassign

The resource's type. It is a required field.

Definition at line 40 of file ThingSmartHomeMemberRequestModel.h.

◆ roomIds

- (NSString *) roomIds
readwritenonatomicstrong

The resource's roomIds. It is a required field.

Definition at line 43 of file ThingSmartHomeMemberRequestModel.h.


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