AftermarketDevice
Definition
The AftermarketDevice resource is a hardware connection established to connect the vehicle to the DIMO network. This refers to viewing a particular device.
Developer Notes
This GraphQL node refers to the singular aftermarketDevice
, hence an argument is needed in order for the query to be specific.
Arguments
Hierarchy and Relations
| ID! | A unique global identifier for the aftermarket device. |
| Int! | The ERC-721 token identifier for the device. |
| The | |
| A 20-byte Ethereum address registered on the blockchain for the device, encoded as a checksummed hex string with | |
| A 20-byte Ethereum address registered on the blockchain for the owner of the device, encoded as a checksummed hex string with | |
| The serial number on the physical device. | |
| The International Mobile Equipment Identity (IMEI) for the device. | |
| Time! | The RFC-3339 timestamp at which the device was minted, formatted as |
| The RFC-3339 timestamp at which the device was claimed, formatted as | |
| The vehicle, if any, with which the device is paired. | |
| A 20-byte Ethereum address registered on the blockchain as the beneficiary of this device. This is defined as who receives any associated rewards. Defaults to the owner. | |
| A 3-word-representation of the device, generated randomly. | |
| The image URL of the device. | |
| The earnings attached to the aftermarket device. |
Last updated