TheThingsNetwork / lorawan-stack

The Things Stack, an Open Source LoRaWAN Network Server
https://www.thethingsindustries.com/stack/
Apache License 2.0
975 stars 306 forks source link

Improve MAC command documentation #2699

Closed laurensslats closed 4 years ago

laurensslats commented 4 years ago

Summary

In the docs, you can only find the fields, but not the possible values that need to be set https://enterprise.thethingsstack.io/latest/reference/api/end_device/

Running $ ttn-lw-cli end-devices update --help provides some extra info, but you still need to know the LoRaWAN specs to know i.e. that DATA_RATE_3 means SF9, 125 KHz.

Why do we need this ?

Better experience when changing MAC settings

What is already there? What do you see now?

https://enterprise.thethingsstack.io/latest/reference/api/end_device/

What is missing? What do you want to see?

Includes the possible values that can be set for each field.

Can you do this yourself and submit a Pull Request?

Will make a start myself.

htdvisser commented 4 years ago

Duplicate of https://github.com/TheThingsNetwork/lorawan-stack/issues/2914

rvolosatovs commented 4 years ago

Is there a reason not to close this if we have #2914 already?