@pst-on-npm/homebridge-enocean
Version:
Integrate EnOcean® devices into Homebridge.
14 lines • 577 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PLUGIN_NAME = exports.PLATFORM_NAME = void 0;
/**
* This is the name of the platform that users will use to register the plugin in the Homebridge config.json
* like { "platform": "EnOceanPlatform", "name": "EnOcean" }
*/
exports.PLATFORM_NAME = 'EnOceanPlatform';
/**
* This must match the name of your plugin as defined the package.json `name` property,
* including the scope (@pst-on-npm)
*/
exports.PLUGIN_NAME = '@pst-on-npm/homebridge-enocean';
//# sourceMappingURL=settings.js.map