From a8b3860f63be891754da10e95e35916c1f466eac Mon Sep 17 00:00:00 2001 From: David Nguyen Date: Thu, 25 Apr 2024 19:31:25 +0000 Subject: [PATCH] update docs --- docs/agents/meinberg_syncbox_agent.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/agents/meinberg_syncbox_agent.rst b/docs/agents/meinberg_syncbox_agent.rst index b4c7e4b43..04b5dd7cc 100644 --- a/docs/agents/meinberg_syncbox_agent.rst +++ b/docs/agents/meinberg_syncbox_agent.rst @@ -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 ``````````````