diff --git a/docs/api/pyatv.exceptions.html b/docs/api/pyatv.exceptions.html index 3e95cad95..d868a61e7 100644 --- a/docs/api/pyatv.exceptions.html +++ b/docs/api/pyatv.exceptions.html @@ -54,6 +54,9 @@

InvalidDmapDataError

  • +

    InvalidFormatError

    +
  • +
  • InvalidResponseError

  • @@ -108,7 +111,7 @@

    Module pyatv.exceptions

    Local exceptions used by library.

    - +
    @@ -275,6 +278,19 @@

    Ancestors

  • builtins.BaseException
  • +
    +class InvalidFormatError +(*args, **kwargs) +
    +
    +

    Raised when an unsupported (file) format is encountered.

    + +

    Ancestors

    + +
    class InvalidResponseError (*args, **kwargs) diff --git a/docs/api/pyatv.interface.html b/docs/api/pyatv.interface.html index 814adc59d..953b5858a 100644 --- a/docs/api/pyatv.interface.html +++ b/docs/api/pyatv.interface.html @@ -306,6 +306,7 @@

    Sto

    Stream

    @@ -336,7 +337,7 @@

    Module pyatv.interface

    Public interface exposed by library.

    This module contains all the interfaces that represents a generic Apple TV device and all its features.

    - +
    @@ -352,7 +353,7 @@

    Functions

    Retrieve all commands and help texts from an API object.

    - +
    @@ -366,18 +367,18 @@

    Classes

    Information about an app.

    Initialize a new App instance.

    - +

    Instance variables

    var identifier -> str

    Return a unique bundle id for the app.

    - +
    var name -> Optional[str]

    User friendly name of app.

    - +
    @@ -389,7 +390,7 @@

    Instance variables

    Base class representing an Apple TV.

    Listener interface: pyatv.interfaces.DeviceListener

    Initialize a new StateProducer instance.

    - +

    Ancestors