UNPKG

homebridge-weather-noaa

Version:

Homebridge plugin providing temperature and humidity sensors using the NOAA / NWS API.

8 lines 361 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PLUGIN_NAME = exports.PLATFORM_NAME = void 0; /** Platform name users register in Homebridge config.json. */ exports.PLATFORM_NAME = 'NOAAWeather'; /** Must match the package.json `name`. */ exports.PLUGIN_NAME = 'homebridge-weather-noaa'; //# sourceMappingURL=settings.js.map