mirror of
https://github.com/LukeHagar/plexphp.git
synced 2025-12-09 12:37:47 +00:00
31 lines
10 KiB
Markdown
31 lines
10 KiB
Markdown
# PlexDevice
|
|
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description | Example |
|
|
| ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ |
|
|
| `name` | *string* | :heavy_check_mark: | N/A | |
|
|
| `product` | *string* | :heavy_check_mark: | N/A | |
|
|
| `productVersion` | *string* | :heavy_check_mark: | N/A | |
|
|
| `platform` | *string* | :heavy_check_mark: | N/A | |
|
|
| `platformVersion` | *string* | :heavy_check_mark: | N/A | |
|
|
| `device` | *string* | :heavy_check_mark: | N/A | |
|
|
| `clientIdentifier` | *string* | :heavy_check_mark: | N/A | |
|
|
| `createdAt` | [\DateTime](https://www.php.net/manual/en/class.datetime.php) | :heavy_check_mark: | N/A | 2019-06-24T11:38:02Z |
|
|
| `lastSeenAt` | [\DateTime](https://www.php.net/manual/en/class.datetime.php) | :heavy_check_mark: | N/A | 2019-06-24T11:38:02Z |
|
|
| `provides` | *string* | :heavy_check_mark: | N/A | |
|
|
| `ownerId` | *int* | :heavy_check_mark: | ownerId is null when the device is owned by the token used to send the request | |
|
|
| `sourceTitle` | *string* | :heavy_check_mark: | N/A | |
|
|
| `publicAddress` | *string* | :heavy_check_mark: | N/A | |
|
|
| `accessToken` | *string* | :heavy_check_mark: | N/A | |
|
|
| `owned` | *bool* | :heavy_check_mark: | N/A | |
|
|
| `home` | *bool* | :heavy_check_mark: | N/A | |
|
|
| `synced` | *bool* | :heavy_check_mark: | N/A | |
|
|
| `relay` | *bool* | :heavy_check_mark: | N/A | |
|
|
| `presence` | *bool* | :heavy_check_mark: | N/A | |
|
|
| `httpsRequired` | *bool* | :heavy_check_mark: | N/A | |
|
|
| `publicAddressMatches` | *bool* | :heavy_check_mark: | N/A | |
|
|
| `dnsRebindingProtection` | *bool* | :heavy_check_mark: | N/A | |
|
|
| `natLoopbackSupported` | *bool* | :heavy_check_mark: | N/A | |
|
|
| `connections` | array<[Operations\Connections](../../Models/Operations/Connections.md)> | :heavy_check_mark: | N/A | | |