SmartFlexOnboardingWizard
Fields
A Backend Screen that renders the SmartFlex onboarding wizard.
Arguments
The maximum version of Backend Screens supported by the client.
The completed steps for all onboarding wizards that are currently in progress. Note: - The last step is the most recent one. - If an onboarding journey is completed, it will not be included in this list.
The next step of the SmartFlex onboarding wizard. Returns None if the onboarding journey is completed.
The onboarding wizard's selected device type to be onboarded.
The onboarding wizard's display name extracted from the wizard's selected device attributes.
A unique identifier for this SmartFlex onboarding wizard.
Returns true if the onboarding wizard has been completed, false otherwise.
Determines whether the wizard's onboarding journey can be resumed.
Example
{
"backendScreen": ComponentListType,
"completedSteps": SmartFlexOnboardingStepInterface,
"currentStep": SmartFlexOnboardingStepInterface,
"deviceType": "BATTERIES",
"displayName": "light-have-world-always-mother",
"id": "69505399",
"isComplete": true,
"resumable": SmartFlexResumable
}