SetDiscoverTargetsParameter

@Serializable
data class SetDiscoverTargetsParameter(val discover: Boolean, val filter: List<Double>? = null)

Constructors

Link copied to clipboard
constructor(discover: Boolean, filter: List<Double>? = null)

Properties

Link copied to clipboard

Whether to discover available targets.

Link copied to clipboard
val filter: List<Double>? = null

Only targets matching filter will be attached. If discover is false, filter must be omitted or empty.