use_pid
Enables and disables a PID controller on either the Main or Aux outputsThere is a single PID block internally that may be connected to either channel. The PID parameters can be configured with `set_by_frequency`.
Parameters
string required
Which channel, if any, to PID control
allowed values:Main, Aux, Off
boolean
Disable all implicit conversions and coercions.
default: true
# Examples
# Sample response
{
"channel": "Main"
}
1
2
3
2
3