Tuya iOS Smart Life App SDK 5.15.0
WTLAttributePath Class Reference

#import <WTLBaseDevice.h>

Inheritance diagram for WTLAttributePath:

Class Methods

(WTLAttributePath *) + attributePathWithEndpointID:clusterID:attributeID:
 
(instancetype) + attributePathWithEndpointId:clusterId:attributeId:
 

Properties

NSNumber * attribute
 

Detailed Description

A path indicating a specific attribute on a device (i.e. without any wildcards).

Definition at line 556 of file WTLBaseDevice.h.

Method Documentation

◆ attributePathWithEndpointId:clusterId:attributeId:

+ (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).

◆ attributePathWithEndpointID:clusterID:attributeID:

+ (WTLAttributePath *) attributePathWithEndpointID: (NSNumber *)  endpointID
clusterID: (NSNumber *)  clusterID
attributeID: (macos(13.3)) 
(watchos(9.4)) 
(tvos(16.4))  API_AVAILABLE 

Property Documentation

◆ attribute

- (NSNumber*) attribute
readnonatomiccopy

Definition at line 557 of file WTLBaseDevice.h.


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