Tuya iOS Smart Life App SDK 5.15.0
WTLAttributeRequestPath Class Reference

#import <WTLBaseDevice.h>

Inheritance diagram for WTLAttributeRequestPath:

Class Methods

(WTLAttributeRequestPath *) + requestPathWithEndpointID:clusterID:attributeID:
 

Properties

NSNumber * endpoint
 
NSNumber * cluster
 
NSNumber * attribute
 

Detailed Description

A path indicating an attribute being requested (for read or subscribe).

nil is used to represent wildcards.

Definition at line 158 of file WTLBaseDevice.h.

Method Documentation

◆ requestPathWithEndpointID:clusterID:attributeID:

+ (WTLAttributeRequestPath *) requestPathWithEndpointID: (NSNumber *_Nullable)  endpointID
clusterID: (NSNumber *_Nullable)  clusterID
attributeID: (NSNumber *_Nullable)  WTL_NEWLY_AVAILABLE 

Property Documentation

◆ attribute

- (NSNumber*) attribute
readnonatomiccopy

Definition at line 161 of file WTLBaseDevice.h.

◆ cluster

- (NSNumber*) cluster
readnonatomiccopy

Definition at line 160 of file WTLBaseDevice.h.

◆ endpoint

- (NSNumber*) endpoint
readnonatomiccopy

Definition at line 159 of file WTLBaseDevice.h.


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