configuration / system / general

CLI REST-API

fan-mode

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




See also:
/configuration/system/general: General Configuration
/configuration/system/general/fan-temp-threshold: Fan-Temp-Threshold
/configuration/system/general/restrict-ntp-access-on-init: Restrict-Ntp-Access-On-Init
/configuration/system/general/active-changes-permanent: Active-Changes-Permanent
/configuration/system/general/ntp-client-cnt-enabled: Ntp-Client-Counter-Enabled
/configuration/system/general/ntp-client-cnt-runtime: Ntp-Client-Counter-Runtime
/configuration/system/general/ntp-client-cnt-log-lvl: Ntp-Client-Counter-Log-Level

REST-API Support:


This object is supported by the REST API:

Method: GET
URL: /api/configuration/system/general


Example using curl:
curl /api/configuration/system/general


Method: PATCH
URL: /api/configuration/system/general
Body:
{
  "fan-mode": "automatically"
}

Example using curl:
curl -X PATCH /api/configuration/system/general -d
{
  "fan-mode": "automatically"
}