device_create
Create a LoRaWAN device in ChirpStack by supplying dev EUI, name, application ID, and device profile ID. Configure authentication keys afterward via dedicated key or activation calls.
Instructions
Create a device. Set OTAA keys afterwards with device_set_keys, or ABP session with device_activate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| tags | No | ||
| dev_eui | Yes | ||
| join_eui | No | ||
| variables | No | ||
| description | No | ||
| is_disabled | No | ||
| application_id | Yes | ||
| skip_fcnt_check | No | ||
| device_profile_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||