![]() |
Tuya iOS Smart Life App SDK 5.15.0
|
#import <ThingSIGMeshQuickControl.h>
Instance Methods | |
(void) | - setAdvDuration: |
(void) | - on: |
(void) | - off: |
(void) | - reverse: |
(void) | - flash:duration: |
(void) | - setAdvDuration: |
(void) | - on: |
(void) | - off: |
(void) | - reverse: |
(void) | - flash:duration: |
Definition at line 12 of file ThingSIGMeshQuickControl.h.
- (void) flash: | (NSString *) | mac | |
duration: | (NSInteger) | duration | |
Make the device flash.
- (void) flash: | (NSString *) | mac | |
duration: | (NSInteger) | duration | |
Make the device flash.
- (void) off: | (NSString *) | mac |
Shut down the device.
- (void) off: | (NSString *) | mac |
Shut down the device.
- (void) on: | (NSString *) | mac |
Turn on the device.
- (void) on: | (NSString *) | mac |
Turn on the device.
- (void) reverse: | (NSString *) | mac |
Reverse switch state.
- (void) reverse: | (NSString *) | mac |
Reverse switch state.
- (void) setAdvDuration: | (CGFloat) | duration |
Set the broadcast duration.
- (void) setAdvDuration: | (CGFloat) | duration |
Set the broadcast duration.