![]() |
Tuya iOS Smart Life App SDK 5.15.0
|
#import <ThingActivatorMatterInterfaceProtocol.h>
Definition at line 18 of file ThingActivatorMatterInterfaceProtocol.h.
- (void) discoveryedDevice: | (ThingMatterDeviceModel *) | model |
- (void) discoveryedDevice: | (ThingMatterDeviceModel *) | model |
- (void) matterCommissioningSessionEstablishmentComplete: | (ThingMatterDeviceModel *) | deviceModel |
Matter commission establish complet, model's type will be known.
- (void) matterCommissioningSessionEstablishmentComplete: | (ThingMatterDeviceModel *) | deviceModel |
Matter commission establish complet, model's type will be known.
- (void) matterCommissioningStatusUpdate: | (ThingMatterDeviceStatus) | status |
Status when matter pairing.This API will called many times when pairing.
- (void) matterCommissioningStatusUpdate: | (ThingMatterDeviceStatus) | status |
Status when matter pairing.This API will called many times when pairing.
- (void) matterDevice: | (ThingMatterSetupPayload *) | payload | |
activatorFailed: | (NSError *) | error | |
Matter device activator failed.
- (void) matterDevice: | (ThingMatterSetupPayload *) | payload | |
activatorFailed: | (NSError *) | error | |
Matter device activator failed.
- (void) matterDeviceActivatorSuccess: | (ThingMatterDeviceModel *) | matterDevice |
Matter device activator success.
- (void) matterDeviceActivatorSuccess: | (ThingMatterDeviceModel *) | 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: | (ThingMatterDeviceType) | deviceType | |
Discoveryed Matter Device
- (void) matterDeviceDiscoveryed: | (BOOL) | isThingDevice | |
deviceType: | (ThingMatterDeviceType) | deviceType | |
Discoveryed Matter Device
- (void) matterDeviceScannedAvailableWIFIList: | (NSArray< ThingActivatorMatterNetworkScannedModel * > *) | list |
Matter Device scanned available wifi list.
- (void) matterDeviceScannedAvailableWIFIList: | (NSArray< ThingActivatorMatterNetworkScannedModel * > *) | list |
Matter Device scanned available wifi list.
- (void) matterRoutingComplete: | (ThingSmartMatterRoutingType) | routingType |
Route tunnel of matter pairing.
- (void) matterRoutingComplete: | (ThingSmartMatterRoutingType) | routingType |
Route tunnel of matter pairing.
- (void) matterSupportComplete: | (NSString *) | gatewayName |
System matter support operation complete.
- (void) matterSupportComplete: | (NSString *) | gatewayName |
System matter support operation complete.