toggleMuted

abstract suspend fun toggleMuted(node: NodeId): AdminResult<Unit>(source)

Toggle mute state on node — muted nodes do not forward packets.

Note: The firmware uses a toggle primitive (toggle_muted_node), so calling this always flips the current state. Track local mute state if you need idempotent behavior.