Skip to main content

release

The release command returns previously claimed devices to the unclaimed state. It only succeeds for devices that are claimed by the current API server or are already unclaimed.

See claim for more about the device claiming feature.

Command TypeSDVoE
Minimum Version3.x.x
Requires the Admin role

Usage

release <target>

Arguments

ArgumentRequiredDescription
targetYesDevice name, MAC address, or device ID of a single device, or a device group. See Targets.

Targets

ValueReleases
<device>A single device
ALLAll devices
ALL_TXAll transmitter devices
ALL_RXAll receiver devices
Changing the claim key

The server's claim key is the device_claim_key value, set via the config command.

Examples

Release a single device
release room_projector

Return value

release is processed asynchronously. The immediate reply is PROCESSING with a request_id. Read the outcome with request.

release room_projector
{
"status": "PROCESSING",
"request_id": 42,
"result": null,
"error": null
}

Notifications

Releasing devices raises NOTIFICATION messages carrying the devices' updated state. See Notifications.

REST API

Although release originates in the SDVoE API, the REST example below uses a DisplayNet API operation. Use the endpoint shown here. DisplayNet uses it to maintain its own device records.

Endpoint typeDisplayNet API command
AddressPOST /api/displaynet/<operation>, or name the operation in the body of a POST /api/displaynet. See Sending commands.
RoleAdmin
OperationParameters
releasedevice [args]*

A parameter in brackets is optional. A parameter marked * takes the remainder of the command line as one string. Pass the text exactly as you would type it on the TCI interface.

See also

  • claim: claim devices to this server's claim key