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
4 changes: 4 additions & 0 deletions doc/content/getting-started/migrating/migrating-from-v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,8 @@ $ ttn-lw-migrate application --verbose --dry-run --source ttnv2 "my-ttn-app" > a
$ ttn-lw-migrate application --source ttnv2 "my-ttn-app" > all-devices.json
```

{{< note >}} In TTS V3, underscores ( _ ) are not allowed in the end device ID. Using the `ttn-lw-migrate` tool will replace an underscore ( _ ) with a dash ( - ). {{</ note >}}

After exporting the end devices in to a json file you can refer to [Import End Devices Document]({{< ref "getting-started/migrating/import-devices.md" >}}) in {{% tts %}} for next steps.