configuration

CLI REST-API

syncteam

The submenu syncteam (syncteam configuration) contains the following:

Menus:
members (members)
references (references)

Objects:
mode (mode)
max-startup (max-startup)
team-ip (team-ip)
update-interval (update interval (0 is disabled))
timeout (timeout)
tfom-freerunning (TFOM on outputs when free running)
fixed-utc-mode (fixed-utc-mode)
fixed-utc-offset (number of seconds fixed offset to UTC)
description (description)

Commands:
set-time (sets the time)



See also:
/configuration/syncteam/members: members
/configuration/syncteam/references: references
/configuration/syncteam/mode: mode
/configuration/syncteam/max-startup: max-startup
/configuration/syncteam/team-ip: team-ip
/configuration/syncteam/update-interval: update interval (0 is disabled)
/configuration/syncteam/timeout: timeout
/configuration/syncteam/tfom-freerunning: TFOM on outputs when free running
/configuration/syncteam/fixed-utc-mode: fixed-utc-mode
/configuration/syncteam/fixed-utc-offset: number of seconds fixed offset to UTC
/configuration/syncteam/description: description
/configuration/syncteam/set-time: sets the time
/status/syncteam: syncteam status

REST-API Support:


This menu is supported by the REST API:

Method: GET
URL: /api/configuration/syncteam


Example using curl:
curl /api/configuration/syncteam


Method: PATCH
URL: /api/configuration/syncteam
Body:
{
  \"objects\": \"new-values\"
}

Example using curl:
curl -X PATCH /api/configuration/syncteam
-d "{
  \"objects\": \"new-values\"
}"