DeviceOptionsDto

data class DeviceOptionsDto(val id: Int, val deviceId: String? = null, val customName: String? = null)

A dto representing custom options for a device.

Constructors

Link copied to clipboard
constructor(id: Int, deviceId: String? = null, customName: String? = null)

Properties

Link copied to clipboard
val customName: String? = null

The custom name.

Link copied to clipboard
val deviceId: String? = null

The device id.

Link copied to clipboard
val id: Int

The id.