Tuya iOS Smart Life App SDK 5.15.0
ThingDeviceTimerData Class Reference

基础的定时数据 More...

#import <ThingDeviceTimerOperator.h>

Inheritance diagram for ThingDeviceTimerData:
ThingDeviceTimerAddParams ThingDeviceTimerAddParams ThingDeviceTimerStatusUpdateParams ThingDeviceTimerStatusUpdateParams ThingDeviceTimerUpdateParams ThingDeviceTimerUpdateParams

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...
 

Detailed Description

基础的定时数据

Definition at line 19 of file ThingDeviceTimerOperator.h.

Property Documentation

◆ aliasName

- (NSString *) aliasName
readwritenonatomiccopy

The alias name of the timer.

Definition at line 42 of file ThingDeviceTimerOperator.h.

◆ bizId

- (NSString *) bizId
readwritenonatomiccopy

deviceId if bizType is ThingDeviceTimerBizTypeDevice, groupId if bizType is ThingDeviceTimerBizTypeGroup

Definition at line 24 of file ThingDeviceTimerOperator.h.

◆ bizType

- (ThingDeviceTimerBizType) bizType
readwritenonatomicassign

ThingDeviceTimerBizTypeDevice for device, ThingDeviceTimerBizTypeGroup for group.

Definition at line 21 of file ThingDeviceTimerOperator.h.

◆ dps

- (NSDictionary *) dps
readwritenonatomicstrong

The action DPs of the timer.

Definition at line 36 of file ThingDeviceTimerOperator.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 39 of file ThingDeviceTimerOperator.h.

◆ loops

- (NSString *) loops
readwritenonatomiccopy

The loop of the timer.

Definition at line 27 of file ThingDeviceTimerOperator.h.

◆ status

- (BOOL) status
readwritenonatomicassign

The status of the timer.

Definition at line 30 of file ThingDeviceTimerOperator.h.

◆ time

- (NSString *) time
readwritenonatomiccopy

Definition at line 33 of file ThingDeviceTimerOperator.h.


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