WentOffline

data class WentOffline(val nodeId: NodeId, val lastHeard: Int) : NodeChange(source)

Emitted when a node's NodeInfo.last_heard exceeds the configured presence timeout and transitions from online to offline.

Emitted by the engine when presence tracking is enabled via Builder.presenceTimeout().

Constructors

Link copied to clipboard
constructor(nodeId: NodeId, lastHeard: Int)

Properties

Link copied to clipboard
Link copied to clipboard