![]() |
Tuya iOS Smart Life App SDK 5.15.0
|
#import <WTLBaseDevice.h>
Class Methods | |
| (WTLEventPath *) | + eventPathWithEndpointID:clusterID:eventID: |
| (instancetype) | + eventPathWithEndpointId:clusterId:eventId: |
Properties | |
| NSNumber * | event |
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.
| + (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).
| + (WTLEventPath *) eventPathWithEndpointID: | (NSNumber *) | endpointID | |
| clusterID: | (NSNumber *) | clusterID | |
| eventID: | (macos(13.3)) | ||
| (watchos(9.4)) | |||
| (tvos(16.4)) | API_AVAILABLE | ||
|
readnonatomiccopy |
Definition at line 571 of file WTLBaseDevice.h.