RampVolume
PATCH /rampvolume
Parameters
Parameter
Data Type
Value
serial
string, required
the serial number of a vssl device
number
integer, required
the zone number.
rampup
integer, required
boolean that prescribes a ramp up (1) or ramp down (0) by 1
Response
Status of the call
Example Request
Sample HTTP request
$ curl --request PATCH http://192.168.0.15:8000/api/rampvolume?'serial=00BD27EF657D&number=1&rampup=1'
Example Response
{
"status": "request sent"
}
Last updated
Was this helpful?