homebridge-orbit-irrigation
Version:
Orbit Irrigation System platform plugin for [Homebridge](https://github.com/nfarina/homebridge).
5 lines • 400 B
JavaScript
import pkg from '../package.json' with { type: 'json' };
export const PLATFORM_NAME = 'bhyve'; // 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