Skip to content

Commit 51b1db0

Browse files
committed
Update readme
1 parent b099590 commit 51b1db0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,16 @@ Use this command to provision a device:
6565

6666
####LoRa
6767

68+
LoRa devices should be provisioned using a specific command.
69+
Parameters are the same except for the additional mandatory `--frequency-plan`:
70+
71+
`$ arduino-cloud-cli device create-lora --name <deviceName> --frequency-plan <freqID> --port <port> --fqbn <deviceFqbn>`
72+
6873
The list of supported LoRa frequency plans can be retrieved with:
6974

7075
`$ arduino-cloud-cli device list-frequency-plans`
7176

77+
7278
## Device commands
7379

7480
Devices can be deleted using the device delete command. This command accepts two mutually exclusive flags: `--id` and `--tags`. Only one of them must be passed. When the `--id` is passed, the device having such ID gets deleted:

0 commit comments

Comments
 (0)