Media sync devices class. Access via the global app.devices.

Devices

Constructors

Methods

  • Gets device profile

    Parameters

    • id: string

      unique id string or guid (if the id doesn't exist in database yet, then new profile is created with this id and returned)

    • name: string

      device profile name, used when the profile doesn't exist yet

    Returns Promise<any>

    Device profile (as first parameter of promise result)

  • Returns string

    Undocumented

  • Gets list of all devices (sync profiles) where the library track resides

    Parameters

    • track_id: number

    Returns SharedUIList<Device>

    of Device class

  • Parameters

    Returns Promise<any>

    Undocumented