![]() |
Tuya iOS Smart Life App SDK 5.15.0
|
#import <ThingSmartMultiControlDeviceModel.h>
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... | |
Definition at line 13 of file ThingSmartMultiControlDeviceModel.h.
|
readwritenonatomicstrong |
Definition at line 21 of file ThingSmartMultiControlDeviceModel.h.
|
readwritenonatomiccopy |
The device ID.
Definition at line 15 of file ThingSmartMultiControlDeviceModel.h.
|
readwritenonatomiccopy |
The URL of the device icon.
Definition at line 18 of file ThingSmartMultiControlDeviceModel.h.
|
readwritenonatomicassign |
A Boolean value that indicates whether the device is in an automated condition.
Definition at line 20 of file ThingSmartMultiControlDeviceModel.h.
|
readwritenonatomicstrong |
The arrays of the multi-control group IDs with which the device has been associated.
Definition at line 22 of file ThingSmartMultiControlDeviceModel.h.
|
readwritenonatomiccopy |
The device name.
Definition at line 17 of file ThingSmartMultiControlDeviceModel.h.
|
readwritenonatomiccopy |
The product ID.
Definition at line 16 of file ThingSmartMultiControlDeviceModel.h.
|
readwritenonatomiccopy |
The room name.
Definition at line 19 of file ThingSmartMultiControlDeviceModel.h.