Skip to main content

Enqueue Device Queue Item

POST 

/lns/tenants/:tenantId/applications/:applicationId/devices/deviceId/queues

Enqueue device queue item

Request

Path Parameters

    tenantId stringrequired

    The ID of tenant.

    applicationId stringrequired

    The ID of application.

    deviceId stringrequired

    The ID of device.

Body

required
    id string

    The ID of device queue.

    confirmed boolean

    The confirmed of device queue.

    fPort number

    The fPort of device queue.

    fCntDown number

    The fCntDown of device queue.

    data string

    The data of device queue.

    object object

    The object of device queue.

    isPending boolean

    The isPending of device queue.

Responses

Schema
    data object[]required

    Data of the device queue.

  • Array [
  • applicationId stringrequired
    devEui stringrequired
    id stringrequired
    confirmed booleanrequired
    fPort numberrequired
    data stringrequired
    isPending booleanrequired
    fCntDown numberrequired
  • ]
Loading...