mirror of
https://github.com/LukeHagar/plexpy.git
synced 2025-12-07 12:47:45 +00:00
8.3 KiB
8.3 KiB
PlexDevice
Fields
| Field | Type | Required | Description |
|---|---|---|---|
name |
str | ✔️ | N/A |
product |
str | ✔️ | N/A |
product_version |
str | ✔️ | N/A |
platform |
Nullable[str] | ✔️ | N/A |
platform_version |
Nullable[str] | ✔️ | N/A |
device |
Nullable[str] | ✔️ | N/A |
client_identifier |
str | ✔️ | N/A |
created_at |
date | ✔️ | N/A |
last_seen_at |
date | ✔️ | N/A |
provides |
str | ✔️ | N/A |
owner_id |
Nullable[int] | ✔️ | ownerId is null when the device is owned by the token used to send the request |
source_title |
Nullable[str] | ✔️ | N/A |
public_address |
str | ✔️ | N/A |
access_token |
str | ✔️ | N/A |
owned |
bool | ✔️ | N/A |
home |
bool | ✔️ | N/A |
synced |
bool | ✔️ | N/A |
relay |
bool | ✔️ | N/A |
presence |
bool | ✔️ | N/A |
https_required |
bool | ✔️ | N/A |
public_address_matches |
bool | ✔️ | N/A |
dns_rebinding_protection |
bool | ✔️ | N/A |
nat_loopback_supported |
bool | ✔️ | N/A |
connections |
List[operations.Connections] | ✔️ | N/A |