UNPKG

homebridge-kodi

Version:
17 lines 590 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function type(DefaultCharacteristic) { var _a; return _a = class Type extends DefaultCharacteristic { constructor() { super('Type', Type.UUID, { format: "string" /* Formats.STRING */, perms: ["pr" /* Perms.PAIRED_READ */, "ev" /* Perms.NOTIFY */], }); } }, _a.UUID = '3deb7456-5196-497e-8f4e-efc455516c96', _a; } exports.default = type; //# sourceMappingURL=type.js.map