Skip to content

Commit

Permalink
Fixing documentation on sender parameters (#59)
Browse files Browse the repository at this point in the history
Updating sender documentation, it is not possible to send to multiple universes at once.
  • Loading branch information
chronikum authored Jul 11, 2024
1 parent d168174 commit 35477c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ main(); // wrapped in a main() function so that we can `await` the promise

| Name | Type | Purpose | Default |
| ---------------------- | --------- | ---------------------------------------------------------------------------------------------------------- | ------- |
| `universe` | `number` | Required. The universes to listen to. Must be within 1-63999 | `[]` |
| `universe` | `number` | Required. The universe to send to. Must be within 1-63999 | |
| `port` | `number` | Optional. The multicast port to use. All professional consoles broadcast to the default port. | `5568` |
| `reuseAddr` | `boolean` | Optional. Allow multiple programs on your computer to send to the same sACN universe. |
| `defaultPacketOptions` | `object` | Optional. You can specify options like `sourceName`, `cid`, `priority` and `useRawDmxValues` here instead of on every packet |
Expand Down

0 comments on commit 35477c7

Please sign in to comment.