device.def

[ in progress ]

This file is used to specify the basic characteristics and capabilities of device.

Example:

device: dmt-new

Advanced example:

device: speaker
  
  player:
    contentRef: music
    mpv:
      defaultVolume: 70

.def files can have either one root key or in case of many, they have to be the same.

device.def only supports one root key (enforced at the semantic parsing level).

Last updated