NetworkDeviceLinksResponse

@Serializable
data class NetworkDeviceLinksResponse(val version: Int = 1, val generatedAt: String? = null, val source: String? = null, val links: List<NetworkDeviceLink> = emptyList())(source)

Response envelope of GET /resource/deviceLinks on the Meshtastic API. The server resolves meshtastic/msh.to's catalog into fully-classified links (type + targets + regions), so the client only stores and filters them — no client-side matching heuristic.

Constructors

Link copied to clipboard
constructor(version: Int = 1, generatedAt: String? = null, source: String? = null, links: List<NetworkDeviceLink> = emptyList())

Properties

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