/
Control UMD & Tally
Control UMD & Tally
API URL Structure
GET http://{host}/api/4.0/auxiliary_interfaces/.json
POST http://{host}/api/4.0/auxiliary_interfaces/.json
Control UMD & Tally functionality. Creates a Label and its associated UMD and Tally entries that can be in parallel mapped to a Layout tile entry.
Returned data structure
{
"AuxiliaryInterface":
{
"label":"test1111",
"duration":100,
"Elements":
[
{"type":"tally","index":0,"color":"#F00000","blink":"#ffffff"},
{"type":"umd","index":0,"color":"#f0f0f0","text":"#RGBa02020##FT1##RGBa0a0a0#"},
{"type":"umd","index":1,"color":"#f0f0f0","text":"test2"},
{"type":"timer","index":0,"timestamp":1615119681},
{"type":"timer","index":1,"timestamp":1615128281,"color":"#80f080","blink":"#ffffff"},
{"type":"image","index":0,"url":”imagename.jpg”}
]
}
}
DataFields
Field | Type | Description |
AuxiliaryInterface:label | String | Entry mapping identifier |
AuxiliaryInterface:duration | Numeric | Entry time to leave before removal |
AuxiliaryInterface:Elements:type | Enum:String | Entry type out of UMD/Tally |
AuxiliaryInterface:Elements:index | Numeric | Entry index |
AuxiliaryInterface:Elements:color | RGB String | Color mapping at format of #RGB |
AuxiliaryInterface:Elements:text | String | UMD text field |