broadcastSmartMinimumIntervalSecs property
The minimum number of seconds (since the last send) before we can send a position to the mesh if position_broadcast_smart_enabled
Implementation
@$pb.TagNumber(11)
$core.int get broadcastSmartMinimumIntervalSecs => $_getIZ(10);
Implementation
@$pb.TagNumber(11)
set broadcastSmartMinimumIntervalSecs($core.int value) =>
$_setUnsignedInt32(10, value);