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 name | Since | Type | Included in | Description |
|---|---|---|---|---|
| device_name | 2.0 | String | get identity get settings | Name of the device. |
| locate_mode | 2.13 | Boolean | get settings | Whether the device is in locate mode, in which all its LEDs flash so it can be found. |
| secure_av | 2.15 | String | get settings | Secure AV mode: "default" or "user_defined". |
| resume_streaming | 2.21 | Boolean | get settings | Whether the device automatically restarts its streams and subscriptions after a reboot. |
| claimed | 2.21 | Boolean | get settings | Whether the device has been exclusively claimed by an API server. |
| authenticated | 3.2 | Boolean | get settings | Whether 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_mode | 3.1 | String | get settings | The configured device mode: "TRANSMITTER", "RECEIVER", or "TRANSCEIVER". |