create_profile
Create a LoRaWAN device profile by specifying MAC version, region, and power parameters to configure gateway device settings.
Instructions
Create a device profile.
profile is the LoRaWAN profile object, e.g.::
{
"macVersion": "1.0.2", "regParamsRevision": "A",
"rfRegion": "EU868", "maxEIRP": 16, "supportsJoin": true,
"supportsClassC": false, "supportsClassB": false
}Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| profile | Yes | ||
| organization_id | No |