Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

API URL Structure


GET http://{host}/api/4.0/layouts/.json
GET http://{host}/api/4.0/layouts/{layout_uuid}/.json
PUT http://{host}/api/4.0/layouts/{layout_uuid}/.json


Would retrieve a list/specific layout and its associated data structure, when used with HTTP GET action. For entry update utilize the PUT HTTP action.
While updating all entries should be available, were in order to remove a channel from tile set it’s value into null. UMD and Tally information should be either static string or mapping into external (TSL or API based) data.

...

For Tally mapping the following configuration is available:


Description

{label}[border=t0]

See below UMD & Tally control API – the tally setting defines the interface mapping to tile.

Enables mapping of tally color into border color

alarm=none

Disable on screen source alarm display

...