ResetTargetStatus_t enum
C
typedef enum ResetTargetStatus_t
{
/** Reset Target device is success */
RESET_TARGET_SUCCESS,
/** Reset Target device is failed */
RESET_TARGET_FAILURE
}ResetTargetStatus_t;
Description
Describes the resetToFactory defaults using Touchlink commissioning cluster status values
