Tuya iOS Smart Life App SDK 5.15.0
WTLEventPath Class Reference

#import <WTLBaseDevice.h>

Inheritance diagram for WTLEventPath:

Class Methods

(WTLEventPath *) + eventPathWithEndpointID:clusterID:eventID:
 
(instancetype) + eventPathWithEndpointId:clusterId:eventId:
 

Properties

NSNumber * event
 

Detailed Description

A path indicating a specific event that can be emitted on a device (i.e. without any wildcards). There can be multiple instances of actual events for a given event path.

Definition at line 570 of file WTLBaseDevice.h.

Method Documentation

◆ eventPathWithEndpointId:clusterId:eventId:

+ (instancetype) eventPathWithEndpointId: (NSNumber *)  endpointId
clusterId: (NSNumber *)  clusterId
eventId: ("Please use eventPathWithEndpointID:clusterID:eventID:") 
(macos(13.0, 13.3)) 
(watchos(9.1, 9.4)) 
(tvos(16.1, 16.4))  WTL_DEPRECATED 

Provided by category WTLEventPath(Deprecated).

◆ eventPathWithEndpointID:clusterID:eventID:

+ (WTLEventPath *) eventPathWithEndpointID: (NSNumber *)  endpointID
clusterID: (NSNumber *)  clusterID
eventID: (macos(13.3)) 
(watchos(9.4)) 
(tvos(16.4))  API_AVAILABLE 

Property Documentation

◆ event

- (NSNumber*) event
readnonatomiccopy

Definition at line 571 of file WTLBaseDevice.h.


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