From 2477edba0ae270a337f284ac7862d172f66a0303 Mon Sep 17 00:00:00 2001 From: cbdev Date: Wed, 28 Feb 2018 17:05:56 +0100 Subject: Update ArtNet configuration syntax, add mm_timestamp API --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 77dcba2..f323968 100644 --- a/README.md +++ b/README.md @@ -74,10 +74,10 @@ fixture control. | Option | Example value | Default value | Description | |---------------|-----------------------|-----------------------|-----------------------| -| `net` | `0` | `0` | ArtNet net to use | -| `uni` | `0` | `0` | ArtNet universe to use| -| `dest` | `10.2.2.2` | none | Destination address for sent ArtNet frames. Setting this enables the universe for output | -| `iface` | `1` | `0` | The bound address to use for data input/output | +| `net` | `0` | `0` | ArtNet `net` to use | +| `universe` | `0` | `0` | Universe identifier | +| `destination` | `10.2.2.2` | none | Destination address for sent ArtNet frames. Setting this enables the universe for output | +| `interface` | `1` | `0` | The bound address to use for data input/output | #### Channel specification -- cgit v1.2.3