![]() |
Tuya iOS Smart Life App SDK 5.15.0
|
基础的定时数据 More...
#import <ThingDeviceTimerOperator.h>
Properties | |
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... | |
基础的定时数据
Definition at line 19 of file ThingDeviceTimerOperator.h.
|
readwritenonatomiccopy |
The alias name of the timer.
Definition at line 42 of file ThingDeviceTimerOperator.h.
|
readwritenonatomiccopy |
deviceId if bizType is ThingDeviceTimerBizTypeDevice, groupId if bizType is ThingDeviceTimerBizTypeGroup
Definition at line 24 of file ThingDeviceTimerOperator.h.
|
readwritenonatomicassign |
ThingDeviceTimerBizTypeDevice for device, ThingDeviceTimerBizTypeGroup for group.
Definition at line 21 of file ThingDeviceTimerOperator.h.
|
readwritenonatomicstrong |
The action DPs of the timer.
Definition at line 36 of file ThingDeviceTimerOperator.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 39 of file ThingDeviceTimerOperator.h.
|
readwritenonatomiccopy |
The loop of the timer.
Definition at line 27 of file ThingDeviceTimerOperator.h.
|
readwritenonatomicassign |
The status of the timer.
Definition at line 30 of file ThingDeviceTimerOperator.h.
|
readwritenonatomiccopy |
Definition at line 33 of file ThingDeviceTimerOperator.h.