factoryResetConfig property
Tell the node to factory reset config; all device state and configuration will be returned to factory defaults; BLE bonds will be preserved.
Implementation
@$pb.TagNumber(99)
$core.int get factoryResetConfig => $_getIZ(52);
Implementation
@$pb.TagNumber(99)
set factoryResetConfig($core.int value) => $_setSignedInt32(52, value);