Tuya iOS Smart Life App SDK 5.15.0
ThingTimerModel Class Reference

The detailed model of the timer. More...

#import <ThingSmartTimer.h>

Inheritance diagram for ThingTimerModel:

Properties

NSString * timerId
 The ID of the timer. More...
 
NSString * date
 The date. More...
 
NSString * time
 The time when the timer runs. More...
 
BOOL status
 The status of the timer. More...
 
NSString * loops
 The loop of the timer. More...
 
NSDictionary * dps
 The action DPs of the timer. More...
 
NSString * timezoneId
 The zone ID of the timer. More...
 
NSString * aliasName
 The alias name 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 * timerTaskId
 The ID of a timer task. More...
 

Detailed Description

The detailed model of the timer.

Definition at line 13 of file ThingSmartTimer.h.

Property Documentation

◆ aliasName

- (NSString *) aliasName
readwritenonatomiccopy

The alias name of the timer.

Definition at line 37 of file ThingSmartTimer.h.

◆ date

- (NSString *) date
readwritenonatomicstrong

The date.

Definition at line 19 of file ThingSmartTimer.h.

◆ dps

- (NSDictionary *) dps
readwritenonatomicstrong

The action DPs of the timer.

Definition at line 31 of file ThingSmartTimer.h.

◆ isAppPush

- (BOOL) isAppPush
readwritenonatomicassign

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.

Definition at line 40 of file ThingSmartTimer.h.

◆ loops

- (NSString *) loops
readwritenonatomicstrong

The loop of the timer.

Definition at line 28 of file ThingSmartTimer.h.

◆ status

- (BOOL) status
readwritenonatomicassign

The status of the timer.

Definition at line 25 of file ThingSmartTimer.h.

◆ time

- (NSString *) time
readwritenonatomicstrong

The time when the timer runs.

Definition at line 22 of file ThingSmartTimer.h.

◆ timerId

- (NSString *) timerId
readwritenonatomicstrong

The ID of the timer.

Definition at line 16 of file ThingSmartTimer.h.

◆ timerTaskId

- (NSString *) timerTaskId
readwritenonatomicstrong

The ID of a timer task.

Definition at line 43 of file ThingSmartTimer.h.

◆ timezoneId

- (NSString *) timezoneId
readwritenonatomicstrong

The zone ID of the timer.

Definition at line 34 of file ThingSmartTimer.h.


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