NetworkDeviceLinksResponse
@Serializable
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())