TheThingsIndustries / lorawan-stack-docs

Documentation for The Things Stack
Apache License 2.0
32 stars 65 forks source link

Update The Things Join Server Documentation #806

Closed ymgupta closed 2 years ago

ymgupta commented 2 years ago

Summary

Based on the latest insights, we have identified a point in The Things Join Server documentation that needs to be updated.

  1. Add the--unset version_ids flag to the CLI command in Activating Devices on Cloud section.

    Why do we need this?

    Currently, the CLI command to update the device configuration does not register the device in the application server resulting in a few issues.

    What is already there? What do you see now?

    CLI command for Activating Devices on Cloud.

    What is missing? What do you want to see?

    Update the below command in the Activating Devices on Cloud sub page. Ref: https://github.com/TheThingsIndustries/lorawan-stack-support/issues/743

    ttn-lw-cli end-devices set test-app eui-0004a310001ff9e0 \
    --net-id 000013 \
    --lorawan-version 1.0.2 \
    --lorawan-phy-version 1.0.2-b \
    --frequency-plan-id EU_863_870 \
    --supports-join \
    --unset version_ids \
    --touch

    How do you propose to document this?

    ....

    Can you do this yourself and submit a Pull Request?

    No.

nejraselimovic commented 2 years ago

Closed with #805