|
| 1 | +# ArduinoIotClient.ArduinoDevicev2 |
| 2 | + |
| 3 | +## Properties |
| 4 | + |
| 5 | +Name | Type | Description | Notes |
| 6 | +------------ | ------------- | ------------- | ------------- |
| 7 | +**connectionType** | **String** | The type of the connections selected by the user when multiple connections are available | [optional] |
| 8 | +**createdAt** | **Date** | Creation date of the device | [optional] |
| 9 | +**deviceStatus** | **String** | The connection status of the device | [optional] |
| 10 | +**events** | [**[ArduinoDevicev2SimpleProperties]**](ArduinoDevicev2SimpleProperties.md) | ArduinoDevicev2SimplePropertiesCollection is the media type for an array of ArduinoDevicev2SimpleProperties (default view) | [optional] |
| 11 | +**fqbn** | **String** | The fully qualified board name | [optional] |
| 12 | +**href** | **
3CB1
String** | The api reference of this device | |
| 13 | +**id** | **String** | The arn of the device | |
| 14 | +**label** | **String** | The label of the device | |
| 15 | +**lastActivityAt** | **Date** | Last activity date | [optional] |
| 16 | +**latestWifiFwVersion** | **String** | The latest version of the NINA/WIFI101 firmware available for this device | [optional] |
| 17 | +**metadata** | **{String: Object}** | The metadata of the device | [optional] |
| 18 | +**name** | **String** | The friendly name of the device | |
| 19 | +**noSketch** | **Boolean** | True if the device type can not have an associated sketch | [optional] |
| 20 | +**organizationId** | **String** | Id of the organization the device belongs to | [optional] |
| 21 | +**otaAvailable** | **Boolean** | True if the device type is ready to receive OTA updated | [optional] |
| 22 | +**otaCompatible** | **Boolean** | True if the device type is OTA compatible | [optional] |
| 23 | +**requiredWifiFwVersion** | **String** | The required version of the NINA/WIFI101 firmware needed by IoT Cloud | [optional] |
| 24 | +**serial** | **String** | The serial uuid of the device | |
| 25 | +**tags** | **{String: Object}** | Tags belonging to the device | [optional] |
| 26 | +**thing** | [**ArduinoThing**](ArduinoThing.md) | | [optional] |
| 27 | +**type** | **String** | The type of the device | |
| 28 | +**userId** | **String** | The id of the user | |
| 29 | +**webhooks** | [**[ArduinoDevicev2Webhook]**](ArduinoDevicev2Webhook.md) | ArduinoDevicev2WebhookCollection is the media type for an array of ArduinoDevicev2Webhook (default view) | [optional] |
| 30 | +**wifiFwVersion** | **String** | The version of the NINA/WIFI101 firmware running on the device | [optional] |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | +## Enum: ConnectionTypeEnum |
| 35 | + |
| 36 | + |
| 37 | +* `wifi` (value: `"wifi"`) |
| 38 | + |
| 39 | +* `eth` (value: `"eth"`) |
| 40 | + |
| 41 | +* `wifiandsecret` (value: `"wifiandsecret"`) |
| 42 | + |
| 43 | +* `gsm` (value: `"gsm"`) |
| 44 | + |
| 45 | +* `nb` (value: `"nb"`) |
| 46 | + |
| 47 | +* `lora` (value: `"lora"`) |
| 48 | + |
| 49 | +* `catm1` (value: `"catm1"`) |
| 50 | + |
| 51 | +* `cellular` (value: `"cellular"`) |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | +## Enum: DeviceStatusEnum |
| 58 | + |
| 59 | + |
| 60 | +* `ONLINE` (value: `"ONLINE"`) |
| 61 | + |
| 62 | +* `OFFLINE` (value: `"OFFLINE"`) |
| 63 | + |
| 64 | +* `UNKNOWN` (value: `"UNKNOWN"`) |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
0 commit comments