BeaconChannel
data class BeaconChannel(val name: String, val psk: ByteString, val preset: ChannelOption?, val region: Config.LoRaConfig.RegionCode)(source)
A distinct custom channel a beacon advertised, presented as a selectable row in scan setup (FR-007). Deduped by id (name + preset + PSK), since the same channel on the same preset is one row regardless of how many nodes beaconed it — but a different PSK is a different network, so it must not collapse into another row (that would send the user to the wrong mesh).
Constructors
Link copied to clipboard
constructor(name: String, psk: ByteString, preset: ChannelOption?, region: Config.LoRaConfig.RegionCode)