Tuya iOS Smart Life App SDK 5.15.0
ThingDeviceTimerUpdateParams Class Reference

#import <ThingDeviceTimerOperator.h>

Inheritance diagram for ThingDeviceTimerUpdateParams:
ThingDeviceTimerData ThingDeviceTimerData

Instance Methods

(instancetype) - initWithTimerId:bizType:bizId:loops:time:dps:aliasName:isAppPush:status:
 
(instancetype) - initWithTimerId:bizType:bizId:loops:time:dps:aliasName:isAppPush:status:
 

Properties

NSString * timerId
 id of the 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 58 of file ThingDeviceTimerOperator.h.

Method Documentation

◆ initWithTimerId:bizType:bizId:loops:time:dps:aliasName:isAppPush:status: [1/2]

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

◆ initWithTimerId:bizType:bizId:loops:time:dps:aliasName:isAppPush:status: [2/2]

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

Property Documentation

◆ timerId

- (NSString *) timerId
readwritenonatomiccopy

id of the timer

Definition at line 60 of file ThingDeviceTimerOperator.h.


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