homebridge-connector-hub
Version:
A Homebridge plugin to expose Connector+ compatible blinds, curtains, awnings etc to Homekit
12 lines • 393 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PLUGIN_NAME = exports.PLATFORM_NAME = void 0;
/**
* Name of the platform as it appears in the Homebridge config.json.
*/
exports.PLATFORM_NAME = 'ConnectorHub';
/**
* Name of the plugin as defined the package.json.
*/
exports.PLUGIN_NAME = 'homebridge-connector-hub';
//# sourceMappingURL=settings.js.map