Tuya iOS Smart Life App SDK 5.15.0
ThingDeviceTimerAddParams Class Reference

#import <ThingDeviceTimerOperator.h>

Inheritance diagram for ThingDeviceTimerAddParams:
ThingDeviceTimerData ThingDeviceTimerData

Instance Methods

(instancetype) - initWithBizType:bizId:category:loops:time:dps:aliasName:isAppPush:status:
 
(instancetype) - initWithBizType:bizId:category:loops:time:dps:aliasName:isAppPush:status:
 

Properties

NSString * category
 The category of timer. More...
 
- Properties inherited from ThingDeviceTimerData
ThingDeviceTimerBizType bizType
 ThingDeviceTimerBizTypeDevice for device, ThingDeviceTimerBizTypeGroup for group. More...
 
NSString * bizId
 deviceId if bizType is ThingDeviceTimerBizTypeDevice, groupId if bizType is ThingDeviceTimerBizTypeGroup More...
 
NSString * loops
 The loop of the timer. More...
 
BOOL status
 The status of the timer. More...
 
NSString * time
 
NSDictionary * dps
 The action DPs of the timer. More...
 
BOOL isAppPush
 Specifies whether the timer push notification is enabled. If the value is set to yes, when the timer runs, the app receives a push notification. More...
 
NSString * aliasName
 The alias name of the timer. More...
 

Detailed Description

Definition at line 47 of file ThingDeviceTimerOperator.h.

Method Documentation

◆ initWithBizType:bizId:category:loops:time:dps:aliasName:isAppPush:status: [1/2]

- (instancetype) initWithBizType: (ThingDeviceTimerBizType)  bizType
bizId: (NSString *)  bizId
category: (NSString *)  category
loops: (NSString *)  loops
time: (NSString *)  time
dps: (NSDictionary *)  dps
aliasName: (NSString *)  aliasName
isAppPush: (BOOL)  isAppPush
status: (BOOL)  status 

◆ initWithBizType:bizId:category:loops:time:dps:aliasName:isAppPush:status: [2/2]

- (instancetype) initWithBizType: (ThingDeviceTimerBizType)  bizType
bizId: (NSString *)  bizId
category: (NSString *)  category
loops: (NSString *)  loops
time: (NSString *)  time
dps: (NSDictionary *)  dps
aliasName: (NSString *)  aliasName
isAppPush: (BOOL)  isAppPush
status: (BOOL)  status 

Property Documentation

◆ category

- (NSString *) category
readwritenonatomiccopy

The category of timer.

Definition at line 50 of file ThingDeviceTimerOperator.h.


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