mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
4.1 KiB
4.1 KiB
Device
Example Usage
import { Device } from "@lukehagar/plexjs/models/shared";
let value: Device = {};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
channelMapping |
shared.ChannelMapping[] | ➖ | N/A |
key |
string | ➖ | N/A |
lastSeenAt |
number | ➖ | N/A |
make |
string | ➖ | N/A |
model |
string | ➖ | N/A |
modelNumber |
string | ➖ | N/A |
protocol |
string | ➖ | N/A |
sources |
string | ➖ | N/A |
state |
string | ➖ | N/A |
status |
string | ➖ | N/A |
tuners |
string | ➖ | N/A |
uri |
string | ➖ | N/A |
uuid |
string | ➖ | N/A |