device.def

[ in progress ]

circle-info

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
circle-info

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

circle-info

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

Last updated

Was this helpful?