...
Additional Endpoints:
Donwlink creation:
...
Create Downlink
Method | URL | URL Path Params | URL Query Params | Request Payload | Return |
---|---|---|---|---|---|
POST | /api/devices/{devId}/ |
...
URL Query Params:
type: chose one of "fw", "config" "raw
" or "lorawan" depending on your downlink. Also see: Downlinks and for lorawan downlinks also see LoraWan Downlinks
Returns: Status 200 ok and nothing in success or error status code and information about the error in the body
JSON Body:
...
downlik |
|
| The Body contains the downlink content. See also: Downlinks |
| |