![]() |
Tuya iOS Smart Life App SDK 5.15.0
|
The detailed model of the timer. More...
#import <ThingSmartTimer.h>
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... | |
The detailed model of the timer.
Definition at line 13 of file ThingSmartTimer.h.
|
readwritenonatomiccopy |
The alias name of the timer.
Definition at line 37 of file ThingSmartTimer.h.
|
readwritenonatomicstrong |
The date.
Definition at line 19 of file ThingSmartTimer.h.
|
readwritenonatomicstrong |
The action DPs of the timer.
Definition at line 31 of file ThingSmartTimer.h.
|
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.
|
readwritenonatomicstrong |
The loop of the timer.
Definition at line 28 of file ThingSmartTimer.h.
|
readwritenonatomicassign |
The status of the timer.
Definition at line 25 of file ThingSmartTimer.h.
|
readwritenonatomicstrong |
The time when the timer runs.
Definition at line 22 of file ThingSmartTimer.h.
|
readwritenonatomicstrong |
The ID of the timer.
Definition at line 16 of file ThingSmartTimer.h.
|
readwritenonatomicstrong |
The ID of a timer task.
Definition at line 43 of file ThingSmartTimer.h.
|
readwritenonatomicstrong |
The zone ID of the timer.
Definition at line 34 of file ThingSmartTimer.h.