Device

class Device

A device with attributes.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ARN of a device.

Link copied to clipboard

The name of a device.

Link copied to clipboard

The serial number of a device.

Link copied to clipboard

The status of a device. If the status is not READY, check the DeviceStatusInfo value for details.

Link copied to clipboard

Detailed information about a device's status.

Link copied to clipboard

The type of a device.

Link copied to clipboard

The MAC address of a device.

Link copied to clipboard

Detailed information about a device's network profile.

Link copied to clipboard

The room ARN of a device.

Link copied to clipboard

The software version of a device.

Functions

Link copied to clipboard
inline fun copy(block: Device.Builder.() -> Unit = {}): Device
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String