configuration / syncteam

CLI REST-API

fixed-utc-mode

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




See also:
/configuration/syncteam: syncteam configuration
/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-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:
{
  "fixed-utc-mode": true
}

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

Valid values when accessing this object via REST API/JSON: false [0], true [1]