DeviceData

Device attributes.

Types

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

Properties

Link copied to clipboard

The time (in epoch) when the device data was created.

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.

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

The ARN of the network profile associated with a device.

Link copied to clipboard

The name of the network profile associated with a device.

Link copied to clipboard

The room ARN associated with a device.

Link copied to clipboard

The name of the room associated with a device.

Link copied to clipboard

The software version of a device.

Functions

Link copied to clipboard
inline fun copy(block: DeviceData.Builder.() -> Unit = {}): DeviceData
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