You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using MTROnboardingPayloadParser API in matter framework, you have to determine which type it is before hand. MTROnboardingPayloadParser should accept any payload and determine the payload type for caller convenience.
Proposed Solution
In MTROnboardingPayloadParser determine if code type is MTROnboardingPayloadTypeQRCode, MTROnboardingPayloadTypeManualCode, MTROnboardingPayloadTypeNFC, or MTROnboardingPayloadTypeAdmin.
The text was updated successfully, but these errors were encountered:
bzbarsky-apple
changed the title
CHIPOnboardingPayloadParser needs to check the code type
MTROnboardingPayloadParser needs to check the code type
Jul 11, 2022
Problem
When using MTROnboardingPayloadParser API in matter framework, you have to determine which type it is before hand. MTROnboardingPayloadParser should accept any payload and determine the payload type for caller convenience.
Proposed Solution
In MTROnboardingPayloadParser determine if code type is MTROnboardingPayloadTypeQRCode, MTROnboardingPayloadTypeManualCode, MTROnboardingPayloadTypeNFC, or MTROnboardingPayloadTypeAdmin.
The text was updated successfully, but these errors were encountered: