UNPKG

@homebridge-plugins/homebridge-aladdin-connect

Version:
17 lines 619 B
"use strict"; 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-aladdin-connect'; /** * Default status low battery threshold in percent. */ exports.DEFAULT_STATUS_LOW_BATTERY_PERCENT = 15; //# sourceMappingURL=settings.js.map