Resource ia:mos-map

Overview

The ia:mos-map resource contains a lookup table between AMCPID and MOSID, known as the DeviceTable.

Properties

The ia:mos-map resource has the following properties:

showActiveXLaunch

If value is true, debugging is turned on and pop-up dialog box will show the information passed back and forth between MediaCentral Newsroom Management and the ActiveX control. Default value is false

replaceTime

If value is false

table

An array of table entry resources. Each object has the following properties:

  • mosid - ID of the MOS device

  • amcpname - name of the AMCP device

  • nodur - if value is false, ignore MOS item duration field

  • channels - list of channels

The ia:mos-map resource has no link relations.

Description

The ia:mos-map resource contains a lookup table between AMCPID and MOSID, known as the DeviceTable.

Examples

Example: ia:mos-map
 
{
    "showActiveXLaunch": false,
    "replaceTime": true,
    "readOnlyVideoId": true,
    "table": {
        "THUNDER": {
            "mosid": "THUNDER",
            "amcpname": "thunder",
            "nodur": false,
            "channels": []
        },
        "DEKO": {
            "mosid": "DEKO",
            "amcpname": "deko",
            "nodur": false,
            "channels": []
        }
    },
    "_links": {
        "self": {
            "href": "https://host/.."
        }
    }
}