v1
latestOpenAPI 3.0.12026-07-178146159.6 KBGets the specified device.
Path parameters
The device identifier.
Response
Success
The LoRa device class. Default is A.
Allows setting the device preferred receive window (RX1 or RX2). The default preferred receive window is 1.
Allows controlling the handling of duplicate messages received by multiple gateways. The default is Drop.
Allows setting an offset between received Datarate and retransmit datarate as specified in the LoRa Specifiations. Valid for OTAA devices. If an invalid value is provided the network server will use default value 0.
Allows setting a custom Datarate for second receive windows. Valid for OTAA devices. If an invalid value is provided the network server will use default value 0 (DR0).
Allows setting a custom wait time between receiving and transmission as specified in the specification.
Allows to disable the relax mode when using ABP. By default relaxed mode is enabled.
Allows to explicitly specify a frame counter up start value. If the device joins, this value will be used to validate the first frame and initialize the server state for the device. Default is 0.
Allows to explicitly specify a frame counter down start value. Default is 0.
Allows to reset the frame counters to the FCntUpStart/FCntDownStart values respectively. Default is 0.
Allow the usage of 32bit counters on your device.
Allows defining a sliding expiration to the connection between the leaf device and IoT/Edge Hub. The default is none, which causes the connection to not be dropped.
The sensor decoder API Url.
The name of the device.
The model identifier.
The model name.
The device model image Url.
true if this instance is connected; otherwise, false.
true if this instance is enabled; otherwise, false.
The status updated time.
List of custom device tags and their values.
The device identifier.
A value indicating whether the device uses OTAA to authenticate to LoRaWAN Network, otherwise ABP
The OTAA App Key.
The device OTAA Application EUI.
The ABP AppSKey.
The ABP NwkSKey.
Unique identifier that allows the device to be recognized.
A value indicating whether the device has already joined the platform.
The Device Current Datarate, This value will be only reported if you are using Adaptive Data Rate.
The Device Current Transmit Power, This value will be only reported if you are using Adaptive Data Rate.
The Device Current repetition when transmitting. E.g. if set to two, the device will transmit twice his upstream messages. This value will be only reported if you are using Adaptive Data Rate.
The Device Current Rx2Datarate.
The Device Current RX1DROffset.
The Device Current RXDelay.
The GatewayID of the device.
A value indicating whether the downlinks are enabled (True if not provided)