lsSecs property
Description: In light sleep the CPU is suspended, LoRa radio is on, BLE is off an GPS is on Technical Details: ESP32 Only 0 for default of 300
Implementation
@$pb.TagNumber(7)
$core.int get lsSecs => $_getIZ(5);
Implementation
@$pb.TagNumber(7)
set lsSecs($core.int value) => $_setUnsignedInt32(5, value);