rebootOtaSeconds property

  1. @TagNumber(95)
int get rebootOtaSeconds

Tell the node to reboot into the OTA Firmware in this many seconds (or <0 to cancel reboot) Only Implemented for ESP32 Devices. This needs to be issued to send a new main firmware via bluetooth.

Implementation

@$pb.TagNumber(95)
$core.int get rebootOtaSeconds => $_getIZ(48);
  1. @TagNumber(95)
set rebootOtaSeconds (int value)

Implementation

@$pb.TagNumber(95)
set rebootOtaSeconds($core.int value) => $_setSignedInt32(48, value);