factoryResetConfig property

  1. @TagNumber(99)
int get factoryResetConfig

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);
  1. @TagNumber(99)
set factoryResetConfig (int value)

Implementation

@$pb.TagNumber(99)
set factoryResetConfig($core.int value) => $_setSignedInt32(52, value);