Tuya iOS Smart Life App SDK 5.15.0
ThingSmartMultiControlDeviceModel Class Reference

#import <ThingSmartMultiControlDeviceModel.h>

Inheritance diagram for ThingSmartMultiControlDeviceModel:

Properties

NSString * devId
 The device ID. More...
 
NSString * productId
 The product ID. More...
 
NSString * name
 The device name. More...
 
NSString * iconUrl
 The URL of the device icon. More...
 
NSString * roomName
 The room name. More...
 
BOOL inRule
 A Boolean value that indicates whether the device is in an automated condition. More...
 
NSArray< ThingSmartMultiControlDatapointModel * > * datapoints
 
NSArray< NSString * > * multiControlIds
 The arrays of the multi-control group IDs with which the device has been associated. More...
 

Detailed Description

Definition at line 13 of file ThingSmartMultiControlDeviceModel.h.

Property Documentation

◆ datapoints

- (NSArray< ThingSmartMultiControlDatapointModel * > *) datapoints
readwritenonatomicstrong

Definition at line 21 of file ThingSmartMultiControlDeviceModel.h.

◆ devId

- (NSString *) devId
readwritenonatomiccopy

The device ID.

Definition at line 15 of file ThingSmartMultiControlDeviceModel.h.

◆ iconUrl

- (NSString *) iconUrl
readwritenonatomiccopy

The URL of the device icon.

Definition at line 18 of file ThingSmartMultiControlDeviceModel.h.

◆ inRule

- (BOOL) inRule
readwritenonatomicassign

A Boolean value that indicates whether the device is in an automated condition.

Definition at line 20 of file ThingSmartMultiControlDeviceModel.h.

◆ multiControlIds

- (NSArray< NSString * > *) multiControlIds
readwritenonatomicstrong

The arrays of the multi-control group IDs with which the device has been associated.

Definition at line 22 of file ThingSmartMultiControlDeviceModel.h.

◆ name

- (NSString *) name
readwritenonatomiccopy

The device name.

Definition at line 17 of file ThingSmartMultiControlDeviceModel.h.

◆ productId

- (NSString *) productId
readwritenonatomiccopy

The product ID.

Definition at line 16 of file ThingSmartMultiControlDeviceModel.h.

◆ roomName

- (NSString *) roomName
readwritenonatomiccopy

The room name.

Definition at line 19 of file ThingSmartMultiControlDeviceModel.h.


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