/** * This is the name of the platform that users will use to register the plugin in the Homebridge config.json */ export declare const PLATFORM_NAME = "CarrierInfinity"; /** * This must match the name of your plugin as defined the package.json */ export declare const PLUGIN_NAME = "homebridge-carrier-infinity"; /** * Carrier/Bryant Infinity/Evolution API Settings */ export declare const INFINITY_API_BASE_URL = "https://www.app-api.ing.carrier.com"; export declare const INFINITY_API_CONSUMER_KEY = "8j30j19aj103911h"; export declare const INFINITY_API_CONSUMER_SECRET = "0f5ur7d89sjv8d45"; //# sourceMappingURL=settings.d.ts.map