node-pyatv - v9.0.2
    Preparing search index...

    Interface NodePyATVState

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

    Properties

    album: string | null
    app: string | null
    appId: string | null
    artist: string | null
    contentIdentifier: string | null
    dateTime: Date | null
    deviceState: NodePyATVDeviceState | null
    episodeNumber: number | null
    focusState: NodePyATVFocusState | null
    genre: string | null
    hash: string | null
    iTunesStoreIdentifier: number | null
    mediaType: NodePyATVMediaType | null
    outputDevices: { identifier: string; name: string }[] | null
    position: number | null
    powerState: NodePyATVPowerState | null
    repeat: NodePyATVRepeatState | null
    seasonNumber: number | null
    seriesName: string | null
    shuffle: NodePyATVShuffleState | null
    title: string | null
    totalTime: number | null
    volume: number | null