configuration / syncteam

CLI REST-API

mode

mode
This is a read-write object and valid values are:




See also:
/configuration/syncteam: syncteam configuration
/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

REST-API Support:


This object 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:
{
  "mode": "disabled"
}

Example using curl:
curl -X PATCH /api/configuration/syncteam -d
{
  "mode": "disabled"
}