mirror of
https://github.com/LukeHagar/plexphp.git
synced 2025-12-09 20:47:46 +00:00
8.3 KiB
8.3 KiB
PlexDevice
Fields
| Field | Type | Required | Description |
|---|---|---|---|
name |
string | ✔️ | N/A |
product |
string | ✔️ | N/A |
productVersion |
string | ✔️ | N/A |
clientIdentifier |
string | ✔️ | N/A |
createdAt |
\DateTime | ✔️ | N/A |
lastSeenAt |
\DateTime | ✔️ | N/A |
provides |
string | ✔️ | N/A |
publicAddress |
string | ✔️ | N/A |
accessToken |
string | ✔️ | N/A |
owned |
bool | ✔️ | N/A |
home |
bool | ✔️ | N/A |
synced |
bool | ✔️ | N/A |
relay |
bool | ✔️ | N/A |
presence |
bool | ✔️ | N/A |
httpsRequired |
bool | ✔️ | N/A |
publicAddressMatches |
bool | ✔️ | N/A |
dnsRebindingProtection |
bool | ✔️ | N/A |
natLoopbackSupported |
bool | ✔️ | N/A |
connections |
array<Operations\Connections> | ✔️ | N/A |
platform |
string | ✔️ | N/A |
platformVersion |
string | ✔️ | N/A |
device |
string | ✔️ | N/A |
ownerId |
int | ✔️ | ownerId is null when the device is owned by the token used to send the request |
sourceTitle |
string | ✔️ | N/A |