{
  "common": {
    "name": "oppoplayer",
    "version": "0.2.4",
    "news": {
      "0.2.4": {
        "en": "fix io-package.json",
        "de": "fix io-package.json"
      },
      "0.2.3": {
        "en": "add missing seconds to io-package to avoid warinng",
        "de": "seconds zu io-package hinzugefügt um Warnungen zu vermeiden"
      },
      "0.2.2": {
        "en": "add compact to io-package",
        "de": "compact zu io-package hinzugefügt"
      },
      "0.2.1": {
        "en": "fixed power removed detection",
        "de": "Ausschalten des Opps erkannen"
      },
      "0.2.0": {
        "en": "add Compact mode support",
        "de": "Support für den Compact mode hinzugefügt"
      },
      "0.1.0": {
        "en": "handle changes on writeable states",
        "de": "Verarbeitung von Änderungen an den schreibbaren Stati"
      },
      "0.0.2": {
        "en": "providing most of the objects and remote key",
        "de": "Fast alle Objekte werden befüllt und die Tasten der Remote stehen zur Verfügung"
      },
      "0.0.1": {
        "en": "initial adapter",
        "de": "Initiale Version"
      }
    },
    "title": "OPPO Digital 20x",
    "titleLang": {
      "en": "OPPO Digital UHD player 20x adapter",
      "de": "OPPO Digital UHD Player 20x Adapter"
    },
    "desc": {
      "en": "ioBroker OPPO Digital 20x player adapter",
      "de": "ioBroker OPPO Digital 20x player Adapter"
    },
    "authors": [
      "Volker Richert <volker@richert.nrw>"
    ],
    "platform": "Javascript/Node.js",
    "mode": "daemon",
    "connectionType": "local",
    "dataSource": "push",
    "icon": "oppoplayer.png",
    "materialize": true,
    "enabled": true,
    "compact": true,
    "extIcon": "https://raw.githubusercontent.com/volkerrichert/ioBroker.oppoplayer/master/admin/oppoplayer.png",
    "keywords": [
      "oppoplayer",
      "media",
      "blueray", "br", "disc", "uhd"
    ],
    "readme": "https://github.com/volkerrichert/ioBroker.oppoplayer/blob/master/README.md",
    "loglevel": "info",
    "type": "multimedia",
    "license": "MIT",
    "messagebox": true,
    "subscribe": "messagebox",
    "restartAdapters": [
    ]
  },
  "native": {
    "ip": "",
    "pollInterval": 5000,
    "requestInterval": 100
  },
  "objects": [],
  "instanceObjects": [
    {
      "_id": "remote",
      "type": "channel",
      "common": {
        "name": "Remote control"
      },
      "native": {
      }
    },
    {
      "_id": "remote._cmd",
      "type": "state",
      "common": {
        "name": "sends the given remote command to player",
        "type": "string",
        "write": true,
        "read": false
      },
      "native": {
      }
    },    {
      "_id": "remote.POW",
      "type": "state",
      "common": {
        "name": "Toggle power STANDBY and ON",
        "role": "button",
        "type": "boolean",
        "write": true,
        "read": false
      },
      "native": {
      }
    },
    {
      "_id": "remote.EJT",
      "type": "state",
      "common": {
        "name": "Open/close the disc tray",
        "role": "button",
        "type": "boolean",
        "write": true,
        "read": false
      },
      "native": {
      }
    },
    {
      "_id": "remote.PON",
      "type": "state",
      "common": {
        "name": "Discrete on",
        "role": "button",
        "type": "boolean",
        "write": true,
        "read": false
      },
      "native": {
      }
    },
    {
      "_id": "remote.POF",
      "type": "state",
      "common": {
        "name": "Discrete off",
        "role": "button",
        "type": "boolean",
        "write": true,
        "read": false
      },
      "native": {
      }
    },
    {
      "_id": "remote.DIM",
      "type": "state",
      "common": {
        "name": "Dim front panel display",
        "role": "button",
        "type": "boolean",
        "write": true,
        "read": false
      },
      "native": {
      }
    },
    {
      "_id": "remote.PUR",
      "type": "state",
      "common": {
        "name": "Pure Audio mode (no video)",
        "role": "button",
        "type": "boolean",
        "write": true,
        "read": false
      },
      "native": {
      }
    },
    {
      "_id": "remote.VUP",
      "type": "state",
      "common": {
        "name": "Increase volume",
        "role": "button",
        "type": "boolean",
        "write": true,
        "read": false
      },
      "native": {
      }
    },
    {
      "_id": "remote.VDN",
      "type": "state",
      "common": {
        "name": "Decrease volume",
        "role": "button",
        "type": "boolean",
        "write": true,
        "read": false
      },
      "native": {
      }
    },
    {
      "_id": "remote.MUT",
      "type": "state",
      "common": {
        "name": "Mute audio",
        "role": "button",
        "type": "boolean",
        "write": true,
        "read": false
      },
      "native": {
      }
    },
    {
      "_id": "remote.NU1",
      "type": "state",
      "common": {
        "name": "Numeric key 1",
        "role": "button",
        "type": "boolean",
        "write": true,
        "read": false
      },
      "native": {
      }
    },
    {
      "_id": "remote.NU2",
      "type": "state",
      "common": {
        "name": "Numeric key 2",
        "role": "button",
        "type": "boolean",
        "write": true,
        "read": false
      },
      "native": {
      }
    },
    {
      "_id": "remote.NU3",
      "type": "state",
      "common": {
        "name": "Numeric key 3",
        "role": "button",
        "type": "boolean",
        "write": true,
        "read": false
      },
      "native": {
      }
    },
    {
      "_id": "remote.NU4",
      "type": "state",
      "common": {
        "name": "Numeric key 4",
        "role": "button",
        "type": "boolean",
        "write": true,
        "read": false
      },
      "native": {
      }
    },
    {
      "_id": "remote.NU5",
      "type": "state",
      "common": {
        "name": "Numeric key 5",
        "role": "button",
        "type": "boolean",
        "write": true,
        "read": false
      },
      "native": {
      }
    },
    {
      "_id": "remote.NU6",
      "type": "state",
      "common": {
        "name": "Numeric key 6",
        "role": "button",
        "type": "boolean",
        "write": true,
        "read": false
      },
      "native": {
      }
    },
    {
      "_id": "remote.NU7",
      "type": "state",
      "common": {
        "name": "Numeric key 7",
        "role": "button",
        "type": "boolean",
        "write": true,
        "read": false
      },
      "native": {
      }
    },
    {
      "_id": "remote.NU8",
      "type": "state",
      "common": {
        "name": "Numeric key 8",
        "role": "button",
        "type": "boolean",
        "write": true,
        "read": false
      },
      "native": {
      }
    },
    {
      "_id": "remote.NU9",
      "type": "state",
      "common": {
        "name": "Numeric key 9",
        "role": "button",
        "type": "boolean",
        "write": true,
        "read": false
      },
      "native": {
      }
    },
    {
      "_id": "remote.NU0",
      "type": "state",
      "common": {
        "name": "Numeric key 0",
        "role": "button",
        "type": "boolean",
        "write": true,
        "read": false
      },
      "native": {
      }
    },
    {
      "_id": "remote.CLR",
      "type": "state",
      "common": {
        "name": "Clear numeric input",
        "role": "button",
        "type": "boolean",
        "write": true,
        "read": false
      },
      "native": {
      }
    },
    {
      "_id": "remote.GOT",
      "type": "state",
      "common": {
        "name": "Play from a specified location",
        "role": "button",
        "type": "boolean",
        "write": true,
        "read": false
      },
      "native": {
      }
    },
    {
      "_id": "remote.HOM",
      "type": "state",
      "common": {
        "name": "Go to Home Menu to select media source",
        "role": "button",
        "type": "boolean",
        "write": true,
        "read": false
      },
      "native": {
      }
    },
    {
      "_id": "remote.PUP",
      "type": "state",
      "common": {
        "name": "Show previous page",
        "role": "button",
        "type": "boolean",
        "write": true,
        "read": false
      },
      "native": {
      }
    },
    {
      "_id": "remote.PDN",
      "type": "state",
      "common": {
        "name": "Show next page",
        "role": "button",
        "type": "boolean",
        "write": true,
        "read": false
      },
      "native": {
      }
    },
    {
      "_id": "remote.OSD",
      "type": "state",
      "common": {
        "name": "Show/hide on-screen display",
        "role": "button",
        "type": "boolean",
        "write": true,
        "read": false
      },
      "native": {
      }
    },
    {
      "_id": "remote.TTL",
      "type": "state",
      "common": {
        "name": "Show BD top menu or DVD title menu",
        "role": "button",
        "type": "boolean",
        "write": true,
        "read": false
      },
      "native": {
      }
    },
    {
      "_id": "remote.MNU",
      "type": "state",
      "common": {
        "name": "Show BD pop-up menu or DVD menu",
        "role": "button",
        "type": "boolean",
        "write": true,
        "read": false
      },
      "native": {
      }
    },
    {
      "_id": "remote.NUP",
      "type": "state",
      "common": {
        "name": "Up Arrow",
        "role": "button",
        "type": "boolean",
        "write": true,
        "read": false
      },
      "native": {
      }
    },
    {
      "_id": "remote.NLT",
      "type": "state",
      "common": {
        "name": "Left Right",
        "role": "button",
        "type": "boolean",
        "write": true,
        "read": false
      },
      "native": {
      }
    },
    {
      "_id": "remote.NRT",
      "type": "state",
      "common": {
        "name": "Right Arrow",
        "role": "button",
        "type": "boolean",
        "write": true,
        "read": false
      },
      "native": {
      }
    },
    {
      "_id": "remote.NDN",
      "type": "state",
      "common": {
        "name": "Down Arrow",
        "role": "button",
        "type": "boolean",
        "write": true,
        "read": false
      },
      "native": {
      }
    },
    {
      "_id": "remote.SET",
      "type": "state",
      "common": {
        "name": "Enter the player setup menu",
        "role": "button",
        "type": "boolean",
        "write": true,
        "read": false
      },
      "native": {
      }
    },
    {
      "_id": "remote.RET",
      "type": "state",
      "common": {
        "name": "Return to the previous menu or mode",
        "role": "button",
        "type": "boolean",
        "write": true,
        "read": false
      },
      "native": {
      }
    },
    {
      "_id": "remote.RED",
      "type": "state",
      "common": {
        "name": "Red",
        "role": "button",
        "type": "boolean",
        "write": true,
        "read": false
      },
      "native": {
      }
    },
    {
      "_id": "remote.GRN",
      "type": "state",
      "common": {
        "name": "Green",
        "role": "button",
        "type": "boolean",
        "write": true,
        "read": false
      },
      "native": {
      }
    },
    {
      "_id": "remote.BLU",
      "type": "state",
      "common": {
        "name": "Blue",
        "role": "button",
        "type": "boolean",
        "write": true,
        "read": false
      },
      "native": {
      }
    },
    {
      "_id": "remote.YLW",
      "type": "state",
      "common": {
        "name": "Yellow",
        "role": "button",
        "type": "boolean",
        "write": true,
        "read": false
      },
      "native": {
      }
    },
    {
      "_id": "remote.STP",
      "type": "state",
      "common": {
        "name": "Stop playback",
        "role": "button",
        "type": "boolean",
        "write": true,
        "read": false
      },
      "native": {
      }
    },
    {
      "_id": "remote.PLA",
      "type": "state",
      "common": {
        "name": "Start playback",
        "role": "button",
        "type": "boolean",
        "write": true,
        "read": false
      },
      "native": {
      }
    },
    {
      "_id": "remote.PAU",
      "type": "state",
      "common": {
        "name": "Pause playback",
        "role": "button",
        "type": "boolean",
        "write": true,
        "read": false
      },
      "native": {
      }
    },
    {
      "_id": "remote.PRE",
      "type": "state",
      "common": {
        "name": "Skip to previous",
        "role": "button",
        "type": "boolean",
        "write": true,
        "read": false
      },
      "native": {
      }
    },
    {
      "_id": "remote.REV",
      "type": "state",
      "common": {
        "name": "Fast reverse play",
        "role": "button",
        "type": "boolean",
        "write": true,
        "read": false
      },
      "native": {
      }
    },
    {
      "_id": "remote.FWD",
      "type": "state",
      "common": {
        "name": "Fast forward play",
        "role": "button",
        "type": "boolean",
        "write": true,
        "read": false
      },
      "native": {
      }
    },
    {
      "_id": "remote.NXT",
      "type": "state",
      "common": {
        "name": "Skip to next",
        "role": "button",
        "type": "boolean",
        "write": true,
        "read": false
      },
      "native": {
      }
    },
    {
      "_id": "remote.AUD",
      "type": "state",
      "common": {
        "name": "Change audio language or channel",
        "role": "button",
        "type": "boolean",
        "write": true,
        "read": false
      },
      "native": {
      }
    },
    {
      "_id": "remote.SUB",
      "type": "state",
      "common": {
        "name": "Change subtitle language",
        "role": "button",
        "type": "boolean",
        "write": true,
        "read": false
      },
      "native": {
      }
    },
    {
      "_id": "remote.ANG",
      "type": "state",
      "common": {
        "name": "Change camera angle",
        "role": "button",
        "type": "boolean",
        "write": true,
        "read": false
      },
      "native": {
      }
    },
    {
      "_id": "remote.ZOM",
      "type": "state",
      "common": {
        "name": "Zoom in/out and adjust aspect ratio",
        "role": "button",
        "type": "boolean",
        "write": true,
        "read": false
      },
      "native": {
      }
    },
    {
      "_id": "remote.SAP",
      "type": "state",
      "common": {
        "name": "Turn on/off Secondary Audio Program",
        "role": "button",
        "type": "boolean",
        "write": true,
        "read": false
      },
      "native": {
      }
    },
    {
      "_id": "remote.ATB",
      "type": "state",
      "common": {
        "name": "Repeat play the selected section",
        "role": "button",
        "type": "boolean",
        "write": true,
        "read": false
      },
      "native": {
      }
    },
    {
      "_id": "remote.RPT",
      "type": "state",
      "common": {
        "name": "Repeat play",
        "role": "button",
        "type": "boolean",
        "write": true,
        "read": false
      },
      "native": {
      }
    },
    {
      "_id": "remote.PIP",
      "type": "state",
      "common": {
        "name": "Show/hide Picture-in-Picture",
        "role": "button",
        "type": "boolean",
        "write": true,
        "read": false
      },
      "native": {
      }
    },
    {
      "_id": "remote.HDM",
      "type": "state",
      "common": {
        "name": "Switch output resolution",
        "role": "button",
        "type": "boolean",
        "write": true,
        "read": false
      },
      "native": {
      }
    },
    {
      "_id": "remote.SUH",
      "type": "state",
      "common": {
        "name": "Press and hold the SUBTITLE key. This activates the subtitle shift feature",
        "role": "button",
        "type": "boolean",
        "write": true,
        "read": false
      },
      "native": {
      }
    },
    {
      "_id": "remote.OPT",
      "type": "state",
      "common": {
        "name": "Show/hide the Option menu",
        "role": "button",
        "type": "boolean",
        "write": true,
        "read": false
      },
      "native": {
      }
    },
    {
      "_id": "remote.M3D",
      "type": "state",
      "common": {
        "name": "Show/hide the 2D-to-3D Conversion or 3D adjustment menu",
        "role": "button",
        "type": "boolean",
        "write": true,
        "read": false
      },
      "native": {
      }
    },
    {
      "_id": "remote.SEH",
      "type": "state",
      "common": {
        "name": "Display the Picture Adjustment menu",
        "role": "button",
        "type": "boolean",
        "write": true,
        "read": false
      },
      "native": {
      }
    },
    {
      "_id": "remote.HDR",
      "type": "state",
      "common": {
        "name": "Display the HDR selection menu",
        "role": "button",
        "type": "boolean",
        "write": true,
        "read": false
      },
      "native": {
      }
    },
    {
      "_id": "remote.INH",
      "type": "state",
      "common": {
        "name": "Show on-screen detailed information",
        "role": "button",
        "type": "boolean",
        "write": true,
        "read": false
      },
      "native": {
      }
    },
    {
      "_id": "remote.RLH",
      "type": "state",
      "common": {
        "name": "Set resolution to Auto (default) ",
        "role": "button",
        "type": "boolean",
        "write": true,
        "read": false
      },
      "native": {
      }
    },
    {
      "_id": "remote.AVS",
      "type": "state",
      "common": {
        "name": "Display the A/V Sync adjustment menu",
        "role": "button",
        "type": "boolean",
        "write": true,
        "read": false
      },
      "native": {
      }
    },
    {
      "_id": "remote.GPA",
      "type": "state",
      "common": {
        "name": "Gapless Play",
        "role": "button",
        "type": "boolean",
        "write": true,
        "read": false
      },
      "native": {
      }
    },
    {
      "_id": "remote.SRC",
      "type": "state",
      "common": {
        "name": "Display the Input menu.",
        "role": "button",
        "type": "boolean",
        "write": true,
        "read": false
      },
      "native": {
      }
    },

    {
      "_id": "info",
      "type": "channel",
      "common": {
        "name": "Information"
      },
      "native": {
      }
    },
    {
      "_id": "info.connection",
      "type": "state",
      "common": {
        "role": "indicator.connected",
        "name": "If connected to player",
        "type": "boolean",
        "read": true,
        "write": false,
        "def": false
      },
      "native": {
      }
    },
    {
      "_id": "info.online",
      "type": "state",
      "common": {
        "name": "System Power State",
        "role": "indicator.alive",
        "type": "boolean",
        "write": true,
        "read": true
      },
      "native": {
      }
    },
    {
      "_id": "info.friendlyName",
      "type": "state",
      "common": {
        "role": "info.name",
        "name": "Friendly Name",
        "type": "string",
        "read": true,
        "write": true,
        "def": "Oppo 20x"
      },
      "native": {
      }
    },
    {
      "_id": "info.ip",
      "type": "state",
      "common": {
        "role": "info.ip",
        "name": "IP of OPPO player",
        "type": "string",
        "read": true,
        "write": false
      },
      "native": {
      }
    },

    {
      "_id": "settings",
      "type": "channel",
      "common": {
        "name": "Settings and device commands"
      },
      "native": {
      }
    },
    {
      "_id": "settings.firmware",
      "type": "state",
      "common": {
        "name": "firmware version",
        "type": "string",
        "write": false,
        "read": true
      },
      "native": {
      }
    },
    {
      "_id": "settings.volume",
      "type": "state",
      "common": {
        "name": "Volume",
        "role": "level.volume",
        "type": "number",
        "write": true,
        "read": true
      },
      "native": {}
    },
    {
      "_id": "settings.mute",
      "type": "state",
      "common": {
        "name": "Mute",
        "role": "state",
        "type": "boolean",
        "write": true,
        "read": true
      },
      "native": {}
    },
    {
      "_id": "settings.verbose",
      "type": "state",
      "common": {
        "name": "verbose mode",
        "role": "level.volume",
        "type": "string",
        "write": false,
        "read": true,
        "states": {
          "0": "OFF",
          "1": "UNUSED",
          "2": "UNSOLICITED STATUS UPDATE",
          "3": "DETAILED STATUS UPDATE"
        }
      },
      "native": {
      }
    },

    {
      "_id": "status",
      "type": "channel",
      "common": {
        "name": "playback status"
      },
      "native": {}
    },
    {
      "_id": "status.playback",
      "type": "state",
      "common": {
        "name": "Playback status",
        "type": "string",
        "role": "info",
        "write": false,
        "read": true,
        "states": {
          "NO DISC": "NO DISC",
          "LOADING": "LOADING",
          "OPEN": "OPEN",
          "CLOSE": "CLOSE",
          "PLAY": "PLAY",
          "PAUSE": "PAUSE",
          "STOP": "STOP",
          "STEP": "STEP",
          "FREV": "FAST REVERSE",
          "FFWD": "FAST FORWARD",
          "SFWD": "SLOW FORWARD",
          "SREV": "SLOW REVERSE",
          "SETUP": "SETUP",
          "HOME MENU": "HOME MENU",
          "HOME": "HOME MENU",
          "MEDIA CENTER": "MEDIA CENTER"
        }
      },
      "native": {
      }
    },
    {
      "_id": "status.resolution",
      "type": "state",
      "common": {
        "name": "HDMI resolution",
        "type": "string",
        "role": "info",
        "write": true,
        "read": true,
        "states": {
          "AUTO" : "AUTO",
          "SRC" : "SRC",
          "UHD_AUTO" : "UHD_AUTO",
          "UHD24" : "UHD24",
          "UHD50" : "UHD50",
          "UHD60" : "UHD60",
          "1080P_AUTO" : "1080P_AUTO",
          "1080P24" : "1080P24",
          "1080P50" : "1080P50",
          "1080P60" : "1080P60",
          "1080I50" : "1080I50",
          "1080I60" : "1080I60",
          "720P50" : "720P50",
          "720P60" : "720P60",
          "576P" : "576P",
          "576I" : "576I",
          "480P" : "480P",
          "480I" : "480I"
        }
      },
      "native": {
      }
    },
    {
      "_id": "status.disc",
      "type": "state",
      "common": {
        "name": "Disc type",
        "type": "string",
        "role": "info",
        "write": false,
        "read": true
      },
      "native": {
      }
    },
    {
      "_id": "status.audio",
      "type": "state",
      "common": {
        "name": "Audio type",
        "type": "string",
        "role": "info",
        "write": false,
        "read": true
      },
      "native": {
      }
    },
    {
      "_id": "status.audio.type",
      "type": "state",
      "common": {
        "name": "Audio type",
        "type": "string",
        "role": "info",
        "write": false,
        "read": true
      },
      "native": {
      }
    },
    {
      "_id": "status.audio.track",
      "type": "state",
      "common": {
        "name": "Audio track",
        "type": "string",
        "role": "info",
        "write": false,
        "read": true
      },
      "native": {
      }
    },
    {
      "_id": "status.audio.total",
      "type": "state",
      "common": {
        "name": "Audio type total",
        "type": "string",
        "role": "info",
        "write": false,
        "read": true
      },
      "native": {
      }
    },
    {
      "_id": "status.audio.language",
      "type": "state",
      "common": {
        "name": "Audio type",
        "type": "string",
        "role": "info",
        "write": false,
        "read": true
      },
      "native": {
      }
    },

    {
      "_id": "status.subtitle",
      "type": "state",
      "common": {
        "name": "Subtitle type",
        "type": "string",
        "role": "info",
        "write": false,
        "read": true
      },
      "native": {
      }
    },
    {
      "_id": "status.subtitle.number",
      "type": "state",
      "common": {
        "name": "Subtitle number",
        "type": "string",
        "role": "info",
        "write": true,
        "read": true
      },
      "native": {
      }
    },
    {
      "_id": "status.subtitle.total",
      "type": "state",
      "common": {
        "name": "Subtitle total",
        "type": "string",
        "role": "info",
        "write": false,
        "read": true
      },
      "native": {
      }
    },
    {
      "_id": "status.subtitle.language",
      "type": "state",
      "common": {
        "name": "Subtitle language",
        "type": "string",
        "role": "info",
        "write": false,
        "read": true
      },
      "native": {
      }
    },
    {
      "_id": "status.subtitle.shift",
      "type": "state",
      "common": {
        "name": "Subtitle shift",
        "type": "string",
        "role": "info",
        "write": true,
        "min": -10,
        "max": 10,
        "read": true
      },
      "native": {
      }
    },
    {
      "_id": "status.osd",
      "type": "state",
      "common": {
        "name": "OSD position",
        "type": "string",
        "role": "info",
        "write": true,
        "min": 0,
        "max": 5,
        "read": true
      },
      "native": {
      }
    },
    {
      "_id": "status.repeat",
      "type": "state",
      "common": {
        "name": "Repeat Mode",
        "type": "string",
        "role": "info",
        "write": true,
        "read": true,
        "states": {
          "00": "OFF",
          "01": "REPEAT ONE",
          "02": "REPEAT CHAPTER",
          "03": "REPEAT ALL",
          "04": "REPEAT TITLE",
          "05": "SHUFFLE",
          "06": "RANDOM"
        }
      },
      "native": {
      }
    },
    {
      "_id": "status.zoom",
      "type": "state",
      "common": {
        "name": "OSD position",
        "type": "string",
        "role": "info",
        "write": true,
        "read": true,
        "states": {
          "00": "OFF",
          "01": "STRETCH",
          "02": "FULL",
          "03": "UNDERSCAN",
          "04": "1.2x",
          "05": "1.3x",
          "06": "1.5x",
          "07": "2x",
          "08": "3x",
          "09": "4x",
          "10": "1/2",
          "11": "1/3",
          "12": "1/4"
        }
      },
      "native": {
      }
    },

    {
      "_id": "status.title",
      "type": "state",
      "common": {
        "name": "Track / Title",
        "type": "string",
        "role": "info",
        "write": false,
        "read": true
      },
      "native": {}
    },
    {
      "_id": "status.title.total",
      "type": "state",
      "common": {
        "name": "Total",
        "type": "number",
        "role": "info",
        "write": false,
        "read": true
      },
      "native": {}
    },
    {
      "_id": "status.title.current",
      "type": "state",
      "common": {
        "name": "Current",
        "type": "number",
        "role": "info",
        "write": true,
        "read": true
      },
      "native": {}
    },

    {
      "_id": "status.chapter",
      "type": "state",
      "common": {
        "name": "Chapter",
        "type": "string",
        "role": "info",
        "write": false,
        "read": true
      },
      "native": {}
    },
    {
      "_id": "status.chapter.total",
      "type": "state",
      "common": {
        "name": "Total",
        "type": "number",
        "role": "info",
        "write": false,
        "read": true
      },
      "native": {}
    },
    {
      "_id": "status.chapter.current",
      "type": "state",
      "common": {
        "name": "Current",
        "type": "number",
        "role": "info",
        "write": true,
        "read": true
      },
      "native": {}
    },

    {
      "_id": "status.elapsed",
      "type": "channel",
      "common": {
        "name": "Elapsed time"
      },
      "native": {}
    },
    {
      "_id": "status.elapsed.title",
      "type": "state",
      "common": {
        "name": " Track/Title elapsed time",
        "type": "string",
        "role": "info",
        "write": true,
        "read": true
      },
      "native": {}
    },
    {
      "_id": "status.elapsed.title.h",
      "type": "state",
      "common": {
        "name": "hour",
        "type": "number",
        "role": "info",
        "write": false,
        "read": true
      },
      "native": {}
    },
    {
      "_id": "status.elapsed.title.m",
      "type": "state",
      "common": {
        "name": "minute",
        "type": "number",
        "role": "info",
        "write": false,
        "read": true
      },
      "native": {}
    },
    {
      "_id": "status.elapsed.title.s",
      "type": "state",
      "common": {
        "name": "second",
        "type": "number",
        "role": "info",
        "write": false,
        "read": true
      },
      "native": {}
    },
    {
      "_id": "status.elapsed.title.seconds",
      "type": "state",
      "common": {
        "name": "seconds",
        "type": "number",
        "role": "info",
        "write": true,
        "read": true
      },
      "native": {}
    },
    {
      "_id": "status.elapsed.chapter",
      "type": "state",
      "common": {
        "name": "Chapter elapsed time",
        "type": "string",
        "role": "info",
        "write": true,
        "read": true
      },
      "native": {}
    },
    {
      "_id": "status.elapsed.chapter.h",
      "type": "state",
      "common": {
        "name": "hour",
        "type": "number",
        "role": "info",
        "write": false,
        "read": true
      },
      "native": {}
    },
    {
      "_id": "status.elapsed.chapter.m",
      "type": "state",
      "common": {
        "name": "minute",
        "type": "number",
        "role": "info",
        "write": false,
        "read": true
      },
      "native": {}
    },
    {
      "_id": "status.elapsed.chapter.s",
      "type": "state",
      "common": {
        "name": "second",
        "type": "number",
        "role": "info",
        "write": false,
        "read": true
      },
      "native": {}
    },
    {
      "_id": "status.elapsed.chapter.seconds",
      "type": "state",
      "common": {
        "name": "seconds",
        "type": "number",
        "role": "info",
        "write": true,
        "read": true
      },
      "native": {}
    },
    {
      "_id": "status.elapsed.total",
      "type": "state",
      "common": {
        "name": "Total elapsed time",
        "type": "string",
        "role": "info",
        "write": true,
        "read": true
      },
      "native": {}
    },
    {
      "_id": "status.elapsed.total.h",
      "type": "state",
      "common": {
        "name": "hour",
        "type": "number",
        "role": "info",
        "write": false,
        "read": true
      },
      "native": {}
    },
    {
      "_id": "status.elapsed.total.m",
      "type": "state",
      "common": {
        "name": "minute",
        "type": "number",
        "role": "info",
        "write": false,
        "read": true
      },
      "native": {}
    },
    {
      "_id": "status.elapsed.total.s",
      "type": "state",
      "common": {
        "name": "second",
        "type": "number",
        "role": "info",
        "write": false,
        "read": true
      },
      "native": {}
    },
    {
      "_id": "status.elapsed.total.seconds",
      "type": "state",
      "common": {
        "name": "seconds",
        "type": "number",
        "role": "info",
        "write": true,
        "read": true
      },
      "native": {}
    },

    {
      "_id": "status.remaining",
      "type": "channel",
      "common": {
        "name": "remaining time",
        "role": "info"
      },
      "native": {}
    },
    {
      "_id": "status.remaining.title",
      "type": "state",
      "common": {
        "name": " Track/Title remaining time",
        "type": "string",
        "role": "info",
        "write": false,
        "read": true
      },
      "native": {}
    },
    {
      "_id": "status.remaining.title.h",
      "type": "state",
      "common": {
        "name": "hour",
        "type": "number",
        "role": "info",
        "write": false,
        "read": true
      },
      "native": {}
    },
    {
      "_id": "status.remaining.title.m",
      "type": "state",
      "common": {
        "name": "minute",
        "type": "number",
        "role": "info",
        "write": false,
        "read": true
      },
      "native": {}
    },
    {
      "_id": "status.remaining.title.s",
      "type": "state",
      "common": {
        "name": "second",
        "type": "number",
        "role": "info",
        "write": false,
        "read": true
      },
      "native": {}
    },
    {
      "_id": "status.remaining.title.seconds",
      "type": "state",
      "common": {
        "name": "seconds",
        "type": "number",
        "role": "info",
        "write": true,
        "read": true
      },
      "native": {}
    },
    {
      "_id": "status.remaining.chapter",
      "type": "state",
      "common": {
        "name": "Chapter remaining time",
        "type": "string",
        "role": "info",
        "write": false,
        "read": true
      },
      "native": {}
    },
    {
      "_id": "status.remaining.chapter.h",
      "type": "state",
      "common": {
        "name": "hour",
        "type": "number",
        "role": "info",
        "write": false,
        "read": true
      },
      "native": {}
    },
    {
      "_id": "status.remaining.chapter.m",
      "type": "state",
      "common": {
        "name": "minute",
        "type": "number",
        "role": "info",
        "write": false,
        "read": true
      },
      "native": {}
    },
    {
      "_id": "status.remaining.chapter.s",
      "type": "state",
      "common": {
        "name": "second",
        "type": "number",
        "role": "info",
        "write": false,
        "read": true
      },
      "native": {}
    },
    {
      "_id": "status.remaining.chapter.seconds",
      "type": "state",
      "common": {
        "name": "seconds",
        "type": "number",
        "role": "info",
        "write": true,
        "read": true
      },
      "native": {}
    },
    {
      "_id": "status.remaining.total",
      "type": "state",
      "common": {
        "name": "Total remaining time",
        "type": "string",
        "role": "info",
        "write": false,
        "read": true
      },
      "native": {}
    },
    {
      "_id": "status.remaining.total.h",
      "type": "state",
      "common": {
        "name": "hour",
        "type": "number",
        "role": "info",
        "write": false,
        "read": true
      },
      "native": {}
    },
    {
      "_id": "status.remaining.total.m",
      "type": "state",
      "common": {
        "name": "minute",
        "type": "number",
        "role": "info",
        "write": false,
        "read": true
      },
      "native": {}
    },
    {
      "_id": "status.remaining.total.s",
      "type": "state",
      "common": {
        "name": "second",
        "type": "number",
        "role": "info",
        "write": false,
        "read": true
      },
      "native": {}
    },
    {
      "_id": "status.remaining.total.seconds",
      "type": "state",
      "common": {
        "name": "seconds",
        "type": "number",
        "role": "info",
        "write": true,
        "read": true
      },
      "native": {}
    },
    {
      "_id": "settings.hdr",
      "type": "state",
      "common": {
        "name": "HDR Setting",
        "type": "string",
        "role": "info",
        "write": true,
        "read": true,
        "states": {
          "AUTO": "Auto",
          "On": "On",
          "Off (BT.709)": "Off (BT.709)",
          "Off (BT.2020)": "Off (BT.2020)",
          "StripMetadata": "Strip Metadata",
          "Dolby Vision": "Dolby Vision"
        }
      }
    },
    {
      "_id": "status.hdr",
      "type": "state",
      "common": {
        "name": "HDR Status",
        "type": "string",
        "role": "info",
        "write": false,
        "read": true
      }
    },
    {
      "_id": "status.3d",
      "type": "state",
      "common": {
        "name": "3D Status",
        "type": "string",
        "role": "info",
        "write": false,
        "read": true
      }
    },
    {
      "_id": "settings.input",
      "type": "state",
      "common": {
        "name": "Input Source",
        "type": "string",
        "role": "info",
        "write": true,
        "read": true,
        "states": {
          "0": "Blu-ray player",
          "1": "HDMI IN",
          "2": "ARC: HDMI OUT",
          "3": "OPTICAL IN",
          "4": "COAXIAL IN (UDP-205 only)",
          "5": "USB AUDIO IN (UDP-205 only)"
        }
      }
    },
    {
      "_id": "status.aspect",
      "type": "state",
      "common": {
        "name": "aspect ratio setting",
        "type": "string",
        "role": "info",
        "write": false,
        "read": true,
        "states": {
          "16WW": "16:9 Wide",
          "16AW": "16:9 Wide Auto, currently wide",
          "16A4": "16:9 Wide Auto, currently playing 4:3",
          "21M0": "21:9 Movable, currently full screen mode",
          "21M1": "21:9 Movable, currently playing 16:9 or 4:3 content",
          "21M2": "21:9 Movable, currently playing 21:9 content",
          "21F0": "21:9 Fixed, currently full screen mode",
          "21F1": "21:9 Fixed, currently playing 16:9 or 4:3 content",
          "21F2": "21:9 Fixed, currently playing 21:9 content",
          "21C0": "21:9 Cropped, currently full screen mode",
          "21C1": "21:9 Cropped, currently playing 16:9 or 4:3 content",
          "21C2": "21:9 Cropped, currently playing 21;9 content"
        }
      }
    }
  ]
}
