caf_dcinabox/plug_device

Configures a simulated device.

Properties:

 { accountsURL: string, appPublisher: string, appLocalName: string,
   deviceId: string, password: string=, configVolume: string}

where:

  • accountsURL: the URL of the authentication service.
  • appPublisher: publisher of the app.
  • appLocalName: local name of the app that manages the device.
  • deviceId: a name for the device of the form <owner>-<deviceName>.
  • password: a password to authenticate the device when there is no token.
  • configVolume: a host volume with device configuration, e.g., a token.
Source:

Extends