Tuya iOS Smart Life App SDK 5.15.0
ThingSmartFamilyRequestModel Class Reference

#import <ThingSmartFamilyRequestModel.h>

Inheritance diagram for ThingSmartFamilyRequestModel:

Properties

NSString * name
 Family name. More...
 
NSString * geoName
 Name of the area where the family is located. More...
 
double latitude
 Latitude of home area. More...
 
double longitude
 Longitude of home area. More...
 
NSArray< NSString * > * rooms
 Array of rooms in a family. More...
 

Detailed Description

Definition at line 12 of file ThingSmartFamilyRequestModel.h.

Property Documentation

◆ geoName

- (NSString *) geoName
readwritenonatomiccopy

Name of the area where the family is located.

Definition at line 17 of file ThingSmartFamilyRequestModel.h.

◆ latitude

- (double) latitude
readwritenonatomicassign

Latitude of home area.

Definition at line 20 of file ThingSmartFamilyRequestModel.h.

◆ longitude

- (double) longitude
readwritenonatomicassign

Longitude of home area.

Definition at line 23 of file ThingSmartFamilyRequestModel.h.

◆ name

- (NSString *) name
readwritenonatomiccopy

Family name.

Definition at line 14 of file ThingSmartFamilyRequestModel.h.

◆ rooms

- (NSArray< NSString * > *) rooms
readwritenonatomiccopy

Array of rooms in a family.

Definition at line 26 of file ThingSmartFamilyRequestModel.h.


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