lsSecs property

  1. @TagNumber(7)
int get lsSecs

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);
  1. @TagNumber(7)
set lsSecs (int value)

Implementation

@$pb.TagNumber(7)
set lsSecs($core.int value) => $_setUnsignedInt32(5, value);