FactoryResetRequestState
Factory reset state enum used by:
Device.shouldBeResetrequestFactoryReset(mode: FactoryResetRequestState!)
Values
IDLE: no reset is pending for the device.PARTIAL: reset from software template while preserving:systemOptions.simManagementconnectivity.wifi
TOTAL: full reset from software template values.
Usage note
Use PARTIAL or TOTAL when calling requestFactoryReset.
IDLE is the neutral state when no reset is pending.