Skip to content

Commit 3fb95e3

Browse files
committed
Update readme
1 parent 8bcb014 commit 3fb95e3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,14 @@ The list of supported LoRa frequency plans can be retrieved with:
7474

7575
`$ arduino-cloud-cli device list-frequency-plans`
7676

77+
#### Generic device
78+
79+
A generic device is like a virtual device that doesn't need to be attached to an actual physical board.
80+
Any actual physical board can connect to Arduino IoT Cloud using the credentials of a generic device.
81+
Generic devices can be created using a specific command.
82+
An optional `--fqbn` flag can be passed to specify the fqbn of the device, otherwise it will be set to `generic:generic:generic`.
83+
84+
`$ arduino-cloud-cli device create-generic --name <deviceName> --fqbn <fqbn>`
7785

7886
## Device commands
7987

0 commit comments

Comments
 (0)