Skip to main content

overlay

The overlay command shows or hides the identification overlay on DN-200 Series devices. Overlay appearance (color, size, position) is configured with the config command.

Command TypeDisplayNet
Minimum Version3.x.x

Usage

overlay start <target> [<text>]
overlay stop <target>

Arguments

ArgumentRequiredDescription
targetYesDevice(s) to show or hide the overlay on. See Targets.
textNoThe text to display (start only). See Overlay text.

Targets

ValueApplies to
<device>A single device, by hostname or MAC address
<device>,<device>,...Each listed device
ALL_TXAll transmitter devices with overlay support
ALL_RXAll receiver devices with overlay support

When targeting a group, devices without overlay support are skipped automatically.

Overlay text

If omitted, the device's configured overlay text is used. The text may be a literal string or one of the following macros, which expand per device:

MacroDisplays
DEVICE_NAMEThe device's name
DEVICE_MACThe device's MAC address
DEVICE_ADDRESSThe device's IP address
DEVICE_STATUSThe device's status

Examples

Show the configured overlay on a device
overlay start dvdplayer
Show each transmitter's name on its stream
overlay start ALL_TX DEVICE_NAME
Hide the overlay again
overlay stop dvdplayer

Return value

overlay start dvdplayer
{
"status": "SUCCESS",
"request_id": null,
"result": null,
"error": null
}

Errors

ErrorCause
Invalid ParametersNo target was given
Invalid Device: <name>A listed device did not match any device

Notifications

Turning overlays on generates a NOTIFICATION with a SETTINGS_CHANGED event on the affected devices. See Notifications.

REST API

Endpoint typeDisplayNet API command
AddressPOST /api/displaynet/<operation>, or name the operation in the body of a POST /api/displaynet. See Sending commands.
RoleUser
SubcommandOperationParameters
startoverlay_startdevice [options]*
stopoverlay_stopdevice

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

  • config: set overlay text, color, size, and position