Skip to main content

Device Configuration

DeviceConfig holds the configurable device settings, such as the device name.

{
"device_name": String,
"locate_mode": Boolean,
"secure_av": String,
"resume_streaming": Boolean,
"claimed": Boolean,
"authenticated": Boolean,
"device_mode": String
}
Member nameSinceTypeIncluded inDescription
device_name2.0Stringget identity
get settings
Name of the device.
locate_mode2.13Booleanget settingsWhether the device is in locate mode, in which all its LEDs flash so it can be found.
secure_av2.15Stringget settingsSecure AV mode: "default" or "user_defined".
resume_streaming2.21Booleanget settingsWhether the device automatically restarts its streams and subscriptions after a reboot.
claimed2.21Booleanget settingsWhether the device has been exclusively claimed by an API server.
authenticated3.2Booleanget settingsWhether the device is authenticated and bound to this API server. When authenticated, SDVoE control commands are encrypted, preventing unauthorized control and command interception. Authentication is configured in DisplayNet Manager's Device Security settings.
device_mode3.1Stringget settingsThe configured device mode: "TRANSMITTER", "RECEIVER", or "TRANSCEIVER".