![]() |
Tuya iOS Smart Life App SDK 5.15.0
|
#import <ThingSmartMatterDiscoveryActivator.h>
Instance Methods | |
| (void) | - startDiscovery |
| Start discovering Matter device. More... | |
| (void) | - stopDiscovery |
| Stop discovering Matter device. More... | |
| (void) | - startDiscovery |
| Start discovering Matter device. More... | |
| (void) | - stopDiscovery |
| Stop discovering Matter device. More... | |
Class Methods | |
| (instancetype) | + sharedInstance |
| Share instance. More... | |
| (instancetype) | + sharedInstance |
| Share instance. More... | |
Properties | |
| id< ThingSmartMatterDiscoveryDelegate > | delegate |
| NSMutableArray< ThingSmartMatterDiscoveryModel * > * | discoveryModelList |
Discover the Matter device which wait to be configuration. Notice: Currently, only Thing Matter device can be discovered. Third-party Matter device discovery will be supported later.
Definition at line 22 of file ThingSmartMatterDiscoveryActivator.h.
| + (instancetype) sharedInstance |
Share instance.
| + (instancetype) sharedInstance |
Share instance.
| - (void) startDiscovery |
Start discovering Matter device.
| - (void) startDiscovery |
Start discovering Matter device.
| - (void) stopDiscovery |
Stop discovering Matter device.
| - (void) stopDiscovery |
Stop discovering Matter device.
|
readwritenonatomicweak |
Definition at line 24 of file ThingSmartMatterDiscoveryActivator.h.
|
readnonatomicstrong |
All Matter devices found in one scan. Notice: It will be cleared the next time - startDiscovery is called
Definition at line 28 of file ThingSmartMatterDiscoveryActivator.h.