Tuya iOS Smart Life App SDK 5.15.0
ThingDeviceTimerRemoveParams Class Reference

#import <ThingDeviceTimerOperator.h>

Inheritance diagram for ThingDeviceTimerRemoveParams:

Instance Methods

(instancetype) - initWithTimerId:bizType:bizId:
 
(instancetype) - initWithTimerId:bizType:bizId:
 

Properties

NSString * timerId
 id of the timer More...
 
ThingDeviceTimerBizType bizType
 ThingDeviceTimerBizTypeDevice for device, ThingDeviceTimerBizTypeGroup for group. More...
 
NSString * bizId
 deviceId if bizType is ThingDeviceTimerBizTypeDevice, groupId if bizType is ThingDeviceTimerBizTypeGroup More...
 

Detailed Description

Definition at line 68 of file ThingDeviceTimerOperator.h.

Method Documentation

◆ initWithTimerId:bizType:bizId: [1/2]

- (instancetype) initWithTimerId: (NSString *)  timerId
bizType: (ThingDeviceTimerBizType)  bizType
bizId: (NSString *)  bizId 

◆ initWithTimerId:bizType:bizId: [2/2]

- (instancetype) initWithTimerId: (NSString *)  timerId
bizType: (ThingDeviceTimerBizType)  bizType
bizId: (NSString *)  bizId 

Property Documentation

◆ bizId

- (NSString *) bizId
readwritenonatomiccopy

deviceId if bizType is ThingDeviceTimerBizTypeDevice, groupId if bizType is ThingDeviceTimerBizTypeGroup

Definition at line 76 of file ThingDeviceTimerOperator.h.

◆ bizType

- (ThingDeviceTimerBizType) bizType
readwritenonatomicassign

ThingDeviceTimerBizTypeDevice for device, ThingDeviceTimerBizTypeGroup for group.

Definition at line 73 of file ThingDeviceTimerOperator.h.

◆ timerId

- (NSString *) timerId
readwritenonatomiccopy

id of the timer

Definition at line 70 of file ThingDeviceTimerOperator.h.


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