UNPKG

homebridge-kodi

Version:
17 lines 596 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function title(DefaultCharacteristic) { var _a; return _a = class Title extends DefaultCharacteristic { constructor() { super('Title', Title.UUID, { format: "string" /* Formats.STRING */, perms: ["pr" /* Perms.PAIRED_READ */, "ev" /* Perms.NOTIFY */], }); } }, _a.UUID = '74341e3c-271d-4f3c-b84e-595b804b1f90', _a; } exports.default = title; //# sourceMappingURL=title.js.map