![]() |
Tuya iOS Smart Life App SDK 5.15.0
|
#import <WTLBaseDevice.h>
Class Methods | |
(WTLAttributePath *) | + attributePathWithEndpointID:clusterID:attributeID: |
(instancetype) | + attributePathWithEndpointId:clusterId:attributeId: |
Properties | |
NSNumber * | attribute |
A path indicating a specific attribute on a device (i.e. without any wildcards).
Definition at line 556 of file WTLBaseDevice.h.
+ (instancetype) attributePathWithEndpointId: | (NSNumber *) | endpointId | |
clusterId: | (NSNumber *) | clusterId | |
attributeId: | ("Please use attributePathWithEndpointID:clusterID:attributeID:") | ||
(macos(13.0, 13.3)) | |||
(watchos(9.1, 9.4)) | |||
(tvos(16.1, 16.4)) | WTL_DEPRECATED | ||
Provided by category WTLAttributePath(Deprecated).
+ (WTLAttributePath *) attributePathWithEndpointID: | (NSNumber *) | endpointID | |
clusterID: | (NSNumber *) | clusterID | |
attributeID: | (macos(13.3)) | ||
(watchos(9.4)) | |||
(tvos(16.4)) | API_AVAILABLE | ||
|
readnonatomiccopy |
Definition at line 557 of file WTLBaseDevice.h.