![]() |
Tuya iOS Smart Life App SDK 5.15.0
|
#import <ThingSmartMatterActivator.h>
Instance Methods | |
| (void) | - matterDeviceDiscoveryed:deviceType: |
| (void) | - matterDevice:activatorFailed: |
| (void) | - matterDeviceActivatorSuccess: |
| (void) | - matterDeviceAttestation:error: |
| (void) | - matterSupportComplete: |
| (void) | - matterRoutingComplete: |
| Route tunnel of matter pairing. More... | |
| (void) | - matterCommissioningSessionEstablishmentComplete: |
| Matter commission establish complet, model's type will be known. More... | |
| (void) | - matterCommissioningStatusUpdate: |
| Status when matter pairing.This API will called many times when pairing. More... | |
| (void) | - matterDeviceScannedAvailableWIFIList: |
| Matter Device scanned available wifi list. More... | |
| (void) | - matterDeviceDiscoveryed:deviceType: |
| (void) | - matterDevice:activatorFailed: |
| (void) | - matterDeviceActivatorSuccess: |
| (void) | - matterDeviceAttestation:error: |
| (void) | - matterSupportComplete: |
| (void) | - matterRoutingComplete: |
| Route tunnel of matter pairing. More... | |
| (void) | - matterCommissioningSessionEstablishmentComplete: |
| Matter commission establish complet, model's type will be known. More... | |
| (void) | - matterCommissioningStatusUpdate: |
| Status when matter pairing.This API will called many times when pairing. More... | |
| (void) | - matterDeviceScannedAvailableWIFIList: |
| Matter Device scanned available wifi list. More... | |
Definition at line 11 of file ThingSmartMatterActivator.h.
| - (void) matterCommissioningSessionEstablishmentComplete: | (ThingSmartMatterDeviceModel *) | deviceModel |
Matter commission establish complet, model's type will be known.
| - (void) matterCommissioningSessionEstablishmentComplete: | (ThingSmartMatterDeviceModel *) | deviceModel |
Matter commission establish complet, model's type will be known.
| - (void) matterCommissioningStatusUpdate: | (ThingMatterStatus) | status |
Status when matter pairing.This API will called many times when pairing.
| - (void) matterCommissioningStatusUpdate: | (ThingMatterStatus) | status |
Status when matter pairing.This API will called many times when pairing.
| - (void) matterDevice: | (ThingSmartMatterSetupPayload *) | payload | |
| activatorFailed: | (NSError *) | error | |
Matter device activator failed.
| - (void) matterDevice: | (ThingSmartMatterSetupPayload *) | payload | |
| activatorFailed: | (NSError *) | error | |
Matter device activator failed.
| - (void) matterDeviceActivatorSuccess: | (ThingSmartMatterDeviceModel *) | matterDevice |
Matter device activator success.
| - (void) matterDeviceActivatorSuccess: | (ThingSmartMatterDeviceModel *) | matterDevice |
Matter device activator success.
| - (void) matterDeviceAttestation: | (void *) | device | |
| error: | (NSError *_Nonnull) | error | |
Matter device attestation fail, use -continueCommissioningDevice:ignoreAttestationFailure:error: to continue OR interrupt.
Notice Usually app will display a alert view to user, allowing the user to judge whether to ignore the attestation fail.
| - (void) matterDeviceAttestation: | (void *) | device | |
| error: | (NSError *_Nonnull) | error | |
Matter device attestation fail, use -continueCommissioningDevice:ignoreAttestationFailure:error: to continue OR interrupt.
Notice Usually app will display a alert view to user, allowing the user to judge whether to ignore the attestation fail.
| - (void) matterDeviceDiscoveryed: | (BOOL) | isThingDevice | |
| deviceType: | (ThingSmartMatterDeviceType) | deviceType | |
Discoveryed Matter Device
| - (void) matterDeviceDiscoveryed: | (BOOL) | isThingDevice | |
| deviceType: | (ThingSmartMatterDeviceType) | deviceType | |
Discoveryed Matter Device
| - (void) matterDeviceScannedAvailableWIFIList: | (NSArray< ThingSmartMatterNetworkScannedModel * > *) | list |
Matter Device scanned available wifi list.
| - (void) matterDeviceScannedAvailableWIFIList: | (NSArray< ThingSmartMatterNetworkScannedModel * > *) | list |
Matter Device scanned available wifi list.
| - (void) matterRoutingComplete: | (ThingMatterRoutingType) | routingType |
Route tunnel of matter pairing.
| - (void) matterRoutingComplete: | (ThingMatterRoutingType) | routingType |
Route tunnel of matter pairing.
| - (void) matterSupportComplete: | (NSString *) | gatewayName |
System matter support operation complete.
| - (void) matterSupportComplete: | (NSString *) | gatewayName |
System matter support operation complete.