You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The list of supported LoRa frequency plans can be retrieved with:
69
74
70
75
`$ arduino-cloud-cli device list-frequency-plans`
71
76
77
+
72
78
## Device commands
73
79
74
80
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