Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/content/integrations/aws-iot/default/things.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ When creating things, you need to specify the minimum attributes for creating Lo
- `regionalParametersVersion`: either `1.0`, `1.0.1`, `1.0.2` (or `1.0.2-a`), `1.0.2-b`, `1.0.3-a`, `1.1-a` or `1.1-b`
- `appKey`: hexadecimal LoRaWAN AppKey
- `nwkKey`: hexadecimal LoRaWAN NwkKey (only when using LoRaWAN 1.1 or higher)
- Optional `deviceID`: the device ID that will be used to create the device in your {{% tts %}} application. When omitted, the integration uses `eui-<dev-eui>` as device ID.
- Optional `deviceID`: the device ID that will be used to create the device in your {{% tts %}} application. The deviceID should follow the pattern `^[a-z0-9](?:[-]?[a-z0-9]){2,}$`. When omitted, the integration uses `eui-<dev-eui>` as device ID.
- Optional `frequencyPlanID`: the frequency plan ID. See [Frequency Plans]({{< ref "/reference/frequency-plans" >}}) for the supported values. When omitted, the default frequency plan of your AWS region is used. See the **Outputs** section of your AWS CloudFormation stack to see which one that is.

{{< figure src="../create-thing-3.png" alt="Create Thing" >}}
Expand Down