Interface NodePyATVState

interface NodePyATVState {
    album: string;
    app: string;
    appId: string;
    artist: string;
    dateTime: Date;
    deviceState: NodePyATVDeviceState;
    focusState: NodePyATVFocusState;
    genre: string;
    hash: string;
    mediaType: NodePyATVMediaType;
    outputDevices: {
        identifier: string;
        name: string;
    }[];
    position: number;
    powerState: NodePyATVPowerState;
    repeat: NodePyATVRepeatState;
    shuffle: NodePyATVShuffleState;
    title: string;
    totalTime: number;
    volume: number;
}

Properties

album: string
app: string
appId: string
artist: string
dateTime: Date
focusState: NodePyATVFocusState
genre: string
hash: string
outputDevices: {
    identifier: string;
    name: string;
}[]

Type declaration

  • identifier: string
  • name: string
position: number
title: string
totalTime: number
volume: number

Generated using TypeDoc