factoryResetDevice property
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);
Implementation
@$pb.TagNumber(94)
set factoryResetDevice($core.int value) => $_setSignedInt32(47, value);