UNPKG

homebridge-weather-noaa

Version:

Homebridge plugin providing temperature and humidity sensors using NOAA API.

6 lines (5 loc) 160 B
"use strict"; const platform_1 = require("./platform"); module.exports = (api) => { api.registerPlatform('NOAAWeather', platform_1.NOAAWeatherPlatform); };