/** * 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 = "Dingz"; export declare const ACCESSORY_NAME = "Da"; export declare const DINGZ_DISCOVERY_PORT = 7979; export declare const DINGZ_CALLBACK_PORT = 18081; /** * Settings for Axios */ export declare const REQUEST_RETRIES = 7; export declare const RETRY_TIMEOUT = 3; export declare const STATE_UPDATE_INTERVAL = 5; /** * This must match the name of your plugin as defined the package.json */ export declare const PLUGIN_NAME = "homebridge-dingz"; //# sourceMappingURL=settings.d.ts.map