UNPKG

homebridge-kodi

Version:
17 lines 596 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function album(DefaultCharacteristic) { var _a; return _a = class Album extends DefaultCharacteristic { constructor() { super('Album', Album.UUID, { format: "string" /* Formats.STRING */, perms: ["pr" /* Perms.PAIRED_READ */, "ev" /* Perms.NOTIFY */], }); } }, _a.UUID = 'ffcdb20b-bf68-4018-a0be-8bac52bf4fdd', _a; } exports.default = album; //# sourceMappingURL=album.js.map