Amp enable
Power-enable channel amplifier stages via ampenable (distinct from mute).
Categories:
Power-enable a channel amplifier stage (distinct from mute):
PUT /settings/channel/{channel_id}/ampenable
curl -X PUT "http://${IP}/rest-api/settings/channel/1/ampenable" \
-H "token: f4005bf8507999192162d989d5a60823" \
-H "Content-Type: application/json" \
-d '{"value": true}'
Use "value": false to disable. Multi-channel updates can go through PUT /settings/channel with ampenable on each object.