@uboness/homebridge-unifi-access
Version:
Homebridge Unifi Access Plugin
17 lines • 673 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.PLUGIN_NAME = exports.PLATFORM_NAME = void 0;
//@ts-ignore
const package_json_1 = __importDefault(require("../package.json"));
/**
* This is the name of the platform that users will use to register the plugin in the Homebridge config.json
*/
exports.PLATFORM_NAME = 'UnifiAccess';
/**
* This must match the name of your plugin as defined the package.json
*/
exports.PLUGIN_NAME = package_json_1.default.name;
//# sourceMappingURL=settings.js.map