Tuya iOS Smart Life App SDK 5.15.0
WTLCommandPath Class Reference

#import <WTLBaseDevice.h>

Inheritance diagram for WTLCommandPath:

Class Methods

(WTLCommandPath *) + commandPathWithEndpointID:clusterID:commandID:
 
(instancetype) + commandPathWithEndpointId:clusterId:commandId:
 

Properties

NSNumber * command
 

Detailed Description

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

Definition at line 582 of file WTLBaseDevice.h.

Method Documentation

◆ commandPathWithEndpointId:clusterId:commandId:

+ (instancetype) commandPathWithEndpointId: (NSNumber *)  endpointId
clusterId: (NSNumber *)  clusterId
commandId: ("Please use commandPathWithEndpointID:clusterID:commandID:") 
(macos(13.0, 13.3)) 
(watchos(9.1, 9.4)) 
(tvos(16.1, 16.4))  WTL_DEPRECATED 

Provided by category WTLCommandPath(Deprecated).

◆ commandPathWithEndpointID:clusterID:commandID:

+ (WTLCommandPath *) commandPathWithEndpointID: (NSNumber *)  endpointID
clusterID: (NSNumber *)  clusterID
commandID: (macos(13.3)) 
(watchos(9.4)) 
(tvos(16.4))  API_AVAILABLE 

Property Documentation

◆ command

- (NSNumber*) command
readnonatomiccopy

Definition at line 583 of file WTLBaseDevice.h.


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