Dwell

data class Dwell(val presetName: String, val remainingSeconds: Long, val totalSeconds: Long) : DiscoveryScanState(source)

Listening on a preset and counting down the dwell timer.

Constructors

Link copied to clipboard
constructor(presetName: String, remainingSeconds: Long, totalSeconds: Long)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard