GetWirelessDeviceResult

data class GetWirelessDeviceResult(val arn: String? = null, val description: String? = null, val destinationName: String? = null, val id: String? = null, val lastUplinkReceivedAt: String? = null, val loRaWan: WirelessDeviceLoRaWanDevice? = null, val name: String? = null, val positioning: WirelessDevicePositioning? = null, val tags: List<Tag>? = null, val thingArn: String? = null, val thingName: String? = null, val type: WirelessDeviceType? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, description: String? = null, destinationName: String? = null, id: String? = null, lastUplinkReceivedAt: String? = null, loRaWan: WirelessDeviceLoRaWanDevice? = null, name: String? = null, positioning: WirelessDevicePositioning? = null, tags: List<Tag>? = null, thingArn: String? = null, thingName: String? = null, type: WirelessDeviceType? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

Wireless device arn. Returned after successful create.

Link copied to clipboard
val description: String? = null

Wireless device description

Link copied to clipboard
val destinationName: String? = null

Wireless device destination name

Link copied to clipboard
val id: String? = null

Wireless device Id. Returned after successful create.

Link copied to clipboard

The date and time when the most recent uplink was received.

Link copied to clipboard

The combination of Package, Station and Model which represents the version of the LoRaWAN Wireless Device.

Link copied to clipboard
val name: String? = null

Wireless device name

Link copied to clipboard

FPort values for the GNSS, stream, and ClockSync functions of the positioning information.

Link copied to clipboard
val tags: List<Tag>? = null

A list of key-value pairs that contain metadata for the device. Currently not supported, will not create if tags are passed.

Link copied to clipboard
val thingArn: String? = null

Thing arn. Passed into update to associate Thing with Wireless device.

Link copied to clipboard
val thingName: String? = null

Thing Arn. If there is a Thing created, this can be returned with a Get call.

Link copied to clipboard

Wireless device type, currently only Sidewalk and LoRa