v1
latestOpenAPI 3.0.12026-07-178146159.6 KBUpdates the specified device model.
Request body
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 device model identifier.
The device model image Url.
The device model name.
The device model description.
A value indicating whether this instance is builtin.
A value indicating whether the LoRa features is supported on this model.
A value indicating whether the device uses OTAA to authenticate to LoRaWAN network. Otherwise ABP. Default is true.
Allows disabling the downstream (cloud to device) for a device. By default downstream messages are enabled.
Response
Success