![]() |
Tuya iOS Smart Life App SDK 5.15.0
|
#import <ThingDeviceTimerManager.h>
Definition at line 17 of file ThingDeviceTimerManager.h.
| - (void) bleSyncTimerWithDeviceId: | (NSString *) | deviceId | |
| timerId: | (NSString *) | timerId | |
| year: | (uint8_t) | year | |
| month: | (uint8_t) | month | |
| day: | (uint8_t) | day | |
| hour: | (uint8_t) | hour | |
| minute: | (uint8_t) | minute | |
| loops: | (NSString *) | loops | |
| dps: | (NSDictionary *) | dps | |
| success: | (void(^)(void)) | success | |
| failure: | (void(^)(NSError *error)) | failure | |
Provided by category ThingDeviceTimerManager(Sync).
| - (void) bleSyncTimerWithDeviceId: | (NSString *) | deviceId | |
| timerId: | (NSString *) | timerId | |
| year: | (uint8_t) | year | |
| month: | (uint8_t) | month | |
| day: | (uint8_t) | day | |
| hour: | (uint8_t) | hour | |
| minute: | (uint8_t) | minute | |
| loops: | (NSString *) | loops | |
| dps: | (NSDictionary *) | dps | |
| success: | (void(^)(void)) | success | |
| failure: | (void(^)(NSError *error)) | failure | |
Provided by category ThingDeviceTimerManager(Sync).
| - (void) generalAddTimer: | (ThingDeviceTimerAddParams *) | params | |
| success: | (void(^)(NSString *timerId)) | success | |
| failure: | (void(^)(NSError *error)) | failure | |
Provided by category ThingDeviceTimerManager(Add).
| - (void) generalAddTimer: | (ThingDeviceTimerAddParams *) | params | |
| success: | (void(^)(NSString *timerId)) | success | |
| failure: | (void(^)(NSError *error)) | failure | |
Provided by category ThingDeviceTimerManager(Add).
| - (void) generalGetTimers: | (ThingDeviceTimerGetParams *) | params | |
| success: | (void(^)(NSArray< ThingTimerModel * > *timers)) | success | |
| failure: | (void(^)(NSError *error)) | failure | |
Provided by category ThingDeviceTimerManager(Get).
| - (void) generalGetTimers: | (ThingDeviceTimerGetParams *) | params | |
| success: | (void(^)(NSArray< ThingTimerModel * > *timers)) | success | |
| failure: | (void(^)(NSError *error)) | failure | |
Provided by category ThingDeviceTimerManager(Get).
| - (void) generalRemoveTimer: | (ThingDeviceTimerRemoveParams *) | params | |
| success: | (void(^)(void)) | success | |
| failure: | (void(^)(NSError *error)) | failure | |
Provided by category ThingDeviceTimerManager(Remove).
| - (void) generalRemoveTimer: | (ThingDeviceTimerRemoveParams *) | params | |
| success: | (void(^)(void)) | success | |
| failure: | (void(^)(NSError *error)) | failure | |
Provided by category ThingDeviceTimerManager(Remove).
| - (void) generalUpdateTimer: | (ThingDeviceTimerUpdateParams *) | params | |
| success: | (void(^)(void)) | success | |
| failure: | (void(^)(NSError *error)) | failure | |
Provided by category ThingDeviceTimerManager(Update).
| - (void) generalUpdateTimer: | (ThingDeviceTimerUpdateParams *) | params | |
| success: | (void(^)(void)) | success | |
| failure: | (void(^)(NSError *error)) | failure | |
Provided by category ThingDeviceTimerManager(Update).
| - (void) generalUpdateTimerStatus: | (ThingDeviceTimerStatusUpdateParams *) | params | |
| success: | (void(^)(void)) | success | |
| failure: | (void(^)(NSError *error)) | failure | |
Provided by category ThingDeviceTimerManager(Update).
| - (void) generalUpdateTimerStatus: | (ThingDeviceTimerStatusUpdateParams *) | params | |
| success: | (void(^)(void)) | success | |
| failure: | (void(^)(NSError *error)) | failure | |
Provided by category ThingDeviceTimerManager(Update).
| - (void) getDeviceLocalTimerList: | (NSString *) | deviceId | |
| success: | (void(^)(ThingDeviceTimerBleSyncReadingTask *task)) | success | |
| failure: | (void(^)(NSError *error)) | failure | |
Provided by category ThingDeviceTimerManager(Sync).
| - (void) getDeviceLocalTimerList: | (NSString *) | deviceId | |
| success: | (void(^)(ThingDeviceTimerBleSyncReadingTask *task)) | success | |
| failure: | (void(^)(NSError *error)) | failure | |
Provided by category ThingDeviceTimerManager(Sync).
| - (void) getUTCTimerListWithDevId: | (NSString *) | devId | |
| timerIds: | (nullable NSArray< NSString * > *) | timerIds | |
| success: | (void(^)(NSArray< ThingDeviceTimerObjectExtra * > *result)) | success | |
| failure: | (void(^)(NSError *error)) | failure | |
定时清洗为零时区数据
Provided by category ThingDeviceTimerManager(Sync).
| - (void) getUTCTimerListWithDevId: | (NSString *) | devId | |
| timerIds: | (nullable NSArray< NSString * > *) | timerIds | |
| success: | (void(^)(NSArray< ThingDeviceTimerObjectExtra * > *result)) | success | |
| failure: | (void(^)(NSError *error)) | failure | |
定时清洗为零时区数据
Provided by category ThingDeviceTimerManager(Sync).
| - (BOOL) isDeviceBleOnline: | (NSString *) | deviceId |
Provided by category ThingDeviceTimerManager(Utils).
| - (BOOL) isDeviceBleOnline: | (NSString *) | deviceId |
Provided by category ThingDeviceTimerManager(Utils).
| - (BOOL) isDeviceSupportBleTimer: | (NSString *) | deviceId |
Provided by category ThingDeviceTimerManager(Utils).
| - (BOOL) isDeviceSupportBleTimer: | (NSString *) | deviceId |
Provided by category ThingDeviceTimerManager(Utils).
| - (BOOL) isDeviceWifiOnline: | (NSString *) | deviceId |
Provided by category ThingDeviceTimerManager(Utils).
| - (BOOL) isDeviceWifiOnline: | (NSString *) | deviceId |
Provided by category ThingDeviceTimerManager(Utils).
| - (void) removeTimerForDevice: | (NSString *) | deviceId | |
| timerId: | (NSString *) | timerId | |
| success: | (void(^)(void)) | success | |
| failure: | (void(^)(NSError *error)) | failure | |
Provided by category ThingDeviceTimerManager(Sync).
| - (void) removeTimerForDevice: | (NSString *) | deviceId | |
| timerId: | (NSString *) | timerId | |
| success: | (void(^)(void)) | success | |
| failure: | (void(^)(NSError *error)) | failure | |
Provided by category ThingDeviceTimerManager(Sync).
| - (NSDictionary *) schemaDictOfDeviceId: | (NSString *) | deviceId |
Provided by category ThingDeviceTimerManager(Utils).
| - (NSDictionary *) schemaDictOfDeviceId: | (NSString *) | deviceId |
Provided by category ThingDeviceTimerManager(Utils).
| - (void) specialAddTimer: | (ThingDeviceTimerAddParams *) | params | |
| success: | (void(^)(NSString *timerId)) | success | |
| failure: | (void(^)(NSError *error)) | failure | |
Provided by category ThingDeviceTimerManager(Add).
| - (void) specialAddTimer: | (ThingDeviceTimerAddParams *) | params | |
| success: | (void(^)(NSString *timerId)) | success | |
| failure: | (void(^)(NSError *error)) | failure | |
Provided by category ThingDeviceTimerManager(Add).
| - (void) specialGetTimers: | (ThingDeviceTimerGetParams *) | params | |
| success: | (void(^)(NSArray< ThingTimerModel * > *timers)) | success | |
| failure: | (void(^)(NSError *error)) | failure | |
Provided by category ThingDeviceTimerManager(Get).
| - (void) specialGetTimers: | (ThingDeviceTimerGetParams *) | params | |
| success: | (void(^)(NSArray< ThingTimerModel * > *timers)) | success | |
| failure: | (void(^)(NSError *error)) | failure | |
Provided by category ThingDeviceTimerManager(Get).
| - (void) specialRemoveTimer: | (ThingDeviceTimerRemoveParams *) | params | |
| success: | (void(^)(void)) | success | |
| failure: | (void(^)(NSError *error)) | failure | |
Provided by category ThingDeviceTimerManager(Remove).
| - (void) specialRemoveTimer: | (ThingDeviceTimerRemoveParams *) | params | |
| success: | (void(^)(void)) | success | |
| failure: | (void(^)(NSError *error)) | failure | |
Provided by category ThingDeviceTimerManager(Remove).
| - (void) specialUpdateTimer: | (ThingDeviceTimerUpdateParams *) | params | |
| success: | (void(^)(void)) | success | |
| failure: | (void(^)(NSError *error)) | failure | |
Provided by category ThingDeviceTimerManager(Update).
| - (void) specialUpdateTimer: | (ThingDeviceTimerUpdateParams *) | params | |
| success: | (void(^)(void)) | success | |
| failure: | (void(^)(NSError *error)) | failure | |
Provided by category ThingDeviceTimerManager(Update).
| - (void) specialUpdateTimerStatus: | (ThingDeviceTimerStatusUpdateParams *) | params | |
| success: | (void(^)(void)) | success | |
| failure: | (void(^)(NSError *error)) | failure | |
Provided by category ThingDeviceTimerManager(Update).
| - (void) specialUpdateTimerStatus: | (ThingDeviceTimerStatusUpdateParams *) | params | |
| success: | (void(^)(void)) | success | |
| failure: | (void(^)(NSError *error)) | failure | |
Provided by category ThingDeviceTimerManager(Update).
| - (void) syncTimerToDevice: | (ThingDeviceTimerData *) | params | |
| timerId: | (NSString *) | timerId | |
| success: | (void(^)(void)) | success | |
| failure: | (void(^)(NSError *)) | failure | |
Provided by category ThingDeviceTimerManager(Sync).
| - (void) syncTimerToDevice: | (ThingDeviceTimerData *) | params | |
| timerId: | (NSString *) | timerId | |
| success: | (void(^)(void)) | success | |
| failure: | (void(^)(NSError *)) | failure | |
Provided by category ThingDeviceTimerManager(Sync).