factoryResetDevice property

  1. @TagNumber(94)
int get factoryResetDevice

Tell the node to factory reset config everything; all device state and configuration will be returned to factory defaults and BLE bonds will be cleared.

Implementation

@$pb.TagNumber(94)
$core.int get factoryResetDevice => $_getIZ(47);
  1. @TagNumber(94)
set factoryResetDevice (int value)

Implementation

@$pb.TagNumber(94)
set factoryResetDevice($core.int value) => $_setSignedInt32(47, value);