homebridge-ambient-realtime
Version:
Ambient Weather Realtime API platform plugin for [Homebridge](https://github.com/nfarina/homebridge).
5 lines • 402 B
JavaScript
import pkg from '../package.json' with { type: 'json' };
export const PLATFORM_NAME = 'ambient'; // This is the name of the platform that users will use to register the plugin in the Homebridge config.json
export const PLUGIN_NAME = pkg.name; //This must match the name of your plugin as defined the package.json
export const PLUGIN_VERSION = pkg.version; //version
//# sourceMappingURL=settings.js.map