#import <ThingDeviceTimerOperator.h>
|
| NSString * | category |
| | The category of timer. More...
|
| |
| 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 47 of file ThingDeviceTimerOperator.h.
◆ initWithBizType:bizId:category:loops:time:dps:aliasName:isAppPush:status: [1/2]
| - (instancetype) initWithBizType: |
|
(ThingDeviceTimerBizType) |
bizType |
| bizId: |
|
(NSString *) |
bizId |
| category: |
|
(NSString *) |
category |
| loops: |
|
(NSString *) |
loops |
| time: |
|
(NSString *) |
time |
| dps: |
|
(NSDictionary *) |
dps |
| aliasName: |
|
(NSString *) |
aliasName |
| isAppPush: |
|
(BOOL) |
isAppPush |
| status: |
|
(BOOL) |
status |
|
|
| |
◆ initWithBizType:bizId:category:loops:time:dps:aliasName:isAppPush:status: [2/2]
| - (instancetype) initWithBizType: |
|
(ThingDeviceTimerBizType) |
bizType |
| bizId: |
|
(NSString *) |
bizId |
| category: |
|
(NSString *) |
category |
| loops: |
|
(NSString *) |
loops |
| time: |
|
(NSString *) |
time |
| dps: |
|
(NSDictionary *) |
dps |
| aliasName: |
|
(NSString *) |
aliasName |
| isAppPush: |
|
(BOOL) |
isAppPush |
| status: |
|
(BOOL) |
status |
|
|
| |
◆ category
The documentation for this class was generated from the following files:
- /Users/humtong/Downloads/Pods_副本/ThingDeviceDetailKit/ThingDeviceDetailKit.xcframework/ios-arm64_x86_64-simulator/ThingDeviceDetailKit.framework/Headers/ThingDeviceTimerOperator.h
- /Users/humtong/Downloads/Pods_副本/ThingDeviceDetailKit/ThingDeviceDetailKit.xcframework/ios-arm64/ThingDeviceDetailKit.framework/Headers/ThingDeviceTimerOperator.h