{
"id": "<string>",
"type": "displays",
"attributes": {
"mac_address": "<string>",
"name": "<string>",
"width": 123,
"height": 123,
"orientation": "<string>",
"locale": "<string>",
"timezone": "<string>",
"battery_level": 123,
"temperature": 123,
"version": "<string>",
"config": {},
"layout": {},
"last_synced_at": "<string>",
"anonymize": true,
"created_at": "<string>"
},
"links": {
"self": "<string>"
},
"relationships": {
"resources": {
"data": [
{
"type": "<string>",
"id": "<string>"
}
],
"links": {
"self": "<string>"
}
},
"owner": {
"data": {
"type": "<string>",
"id": "<string>"
},
"links": {
"self": "<string>"
}
},
"display_type": {
"data": {
"type": "<string>",
"id": "<string>"
},
"links": {
"self": "<string>"
}
}
},
"meta": {
"is_paired": true,
"has_resource": true,
"update_available": true
}
}