Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
davidvng committed Apr 25, 2024
1 parent 6e9761d commit a8b3860
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/agents/meinberg_syncbox_agent.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,13 @@ using all of the available arguments::
'arguments': [['--address', '192.168.2.166'],
['--port', 161],
['--mode', 'acq'],
['--snmp-version', 1]]},
['--snmp-version', 1],
['--outputs', [1, 2, 3]]]},

.. note::
The ``--address`` argument should be the address of the syncbox on the network.
This is not the main Meinberg M1000 device.
The ``--outputs`` argument can be any of the available 3 outputs.

Docker Compose
``````````````
Expand Down

0 comments on commit a8b3860

Please sign in to comment.