DeviceLinkEntity

@Serializable
data class DeviceLinkEntity(val shortCode: String, val linkDescription: String? = null, val isVendor: Boolean = false, val regions: List<String>? = null, val targets: List<String>? = null)(source)

A msh.to device link, cached from the Meshtastic API (/resource/deviceLinks) during the refresh cycle.

Constructors

Link copied to clipboard
constructor(shortCode: String, linkDescription: String? = null, isVendor: Boolean = false, regions: List<String>? = null, targets: List<String>? = null)

Properties

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

Functions