homebridge-genie-aladdin-connect
Version:
Genie Aladdin Connect plugin for Homebridge.
17 lines • 625 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DEFAULT_STATUS_LOW_BATTERY_PERCENT = 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
*/
exports.PLATFORM_NAME = 'GenieAladdinConnect';
/**
* This must match the name of your plugin as defined the package.json
*/
exports.PLUGIN_NAME = 'homebridge-genie-aladdin-connect';
/**
* Default status low battery threshold in percent.
*/
exports.DEFAULT_STATUS_LOW_BATTERY_PERCENT = 15;
//# sourceMappingURL=settings.js.map