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