Record
device-code
No description available.
record device-code {
code: option<string>,
created-at: option<string>,
device-id: option<string>,
id: option<string>,
location-id: option<string>,
name: option<string>,
pair-by: option<string>,
paired-at: option<string>,
product-type: string,
status: option<string>,
status-changed-at: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| code | option<string> | |
| created-at | option<string> | |
| device-id | option<string> | |
| id | option<string> | |
| location-id | option<string> | |
| name | option<string> | |
| pair-by | option<string> | |
| paired-at | option<string> | |
| product-type | string | |
| status | option<string> | |
| status-changed-at | option<string> |