NodeSummary

data class NodeSummary(val id: String, val name: String, val batteryLevel: Int?, val lastHeard: Long, val isOnline: Boolean)(source)

Summary information for a single mesh node.

Constructors

Link copied to clipboard
constructor(id: String, name: String, batteryLevel: Int?, lastHeard: Long, isOnline: Boolean)

Properties

Link copied to clipboard

Battery level (0-100), or null if unavailable.

Link copied to clipboard
val id: String

Node ID in Meshtastic hex format (e.g., "!abc12345").

Link copied to clipboard

Whether this node is currently considered online.

Link copied to clipboard

Last time this node was heard from (milliseconds since epoch).

Link copied to clipboard

Display name of the node.