We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bcb014 commit 3fb95e3Copy full SHA for 3fb95e3
README.md
@@ -74,6 +74,14 @@ The list of supported LoRa frequency plans can be retrieved with:
74
75
`$ arduino-cloud-cli device list-frequency-plans`
76
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>`
85
86
## Device commands
87
0 commit comments