Tuya iOS Smart Life App SDK 5.15.0
ThingDeviceTimerGetParams Class Reference

#import <ThingDeviceTimerOperator.h>

Inheritance diagram for ThingDeviceTimerGetParams:

Instance Methods

(instancetype) - initWithBizType:bizId:category:
 
(instancetype) - initWithBizType:bizId:category:
 

Properties

ThingDeviceTimerBizType bizType
 ThingDeviceTimerBizTypeDevice for device, ThingDeviceTimerBizTypeGroup for group. More...
 
NSString * bizId
 deviceId if bizType is ThingDeviceTimerBizTypeDevice, groupId if bizType is ThingDeviceTimerBizTypeGroup More...
 
NSString * category
 The category of timer. More...
 

Detailed Description

Definition at line 92 of file ThingDeviceTimerOperator.h.

Method Documentation

◆ initWithBizType:bizId:category: [1/2]

- (instancetype) initWithBizType: (ThingDeviceTimerBizType)  bizType
bizId: (NSString *)  bizId
category: (NSString *)  category 

◆ initWithBizType:bizId:category: [2/2]

- (instancetype) initWithBizType: (ThingDeviceTimerBizType)  bizType
bizId: (NSString *)  bizId
category: (NSString *)  category 

Property Documentation

◆ bizId

- (NSString *) bizId
readwritenonatomiccopy

deviceId if bizType is ThingDeviceTimerBizTypeDevice, groupId if bizType is ThingDeviceTimerBizTypeGroup

Definition at line 97 of file ThingDeviceTimerOperator.h.

◆ bizType

- (ThingDeviceTimerBizType) bizType
readwritenonatomicassign

ThingDeviceTimerBizTypeDevice for device, ThingDeviceTimerBizTypeGroup for group.

Definition at line 94 of file ThingDeviceTimerOperator.h.

◆ category

- (NSString *) category
readwritenonatomiccopy

The category of timer.

Definition at line 100 of file ThingDeviceTimerOperator.h.


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