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

    Interface NodePyATVFindResponseObject

    interface NodePyATVFindResponseObject {
        devices: NodePyATVDevice[];
        errors: Record<string, unknown>[];
    }
    Index

    Properties

    Properties

    devices: NodePyATVDevice[]
    errors: Record<string, unknown>[]