create_device
Register a new device under an application by providing its EUI and application ID. Supports OTAA or ABP activation methods.
Instructions
Register a new device under an application.
dev_eui and application_id are required. For OTAA provide app_key;
for ABP provide dev_addr, app_s_key and nwk_s_key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| f_port | No | ||
| app_key | No | ||
| dev_eui | Yes | ||
| dev_addr | No | ||
| app_s_key | No | ||
| nwk_s_key | No | ||
| profile_id | Yes | ||
| description | No | ||
| application_id | Yes | ||
| skip_fcnt_check | No | ||
| payload_codec_id | No |