Get Wireless Device Result
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)
Properties
Link copied to clipboard
Wireless device description
Link copied to clipboard
Wireless device destination name
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
FPort values for the GNSS, stream, and ClockSync functions of the positioning information.
Link copied to clipboard
Wireless device type, currently only Sidewalk and LoRa