UNPKG

homebridge-mi-hygrothermograph

Version:

Homebridge plugin for Xiaomi Mi Bluetooth Temperature and Humidity Sensor

9 lines (8 loc) 246 B
module.exports = (homebridge) => { const { HygrothermographAccessory } = require("./lib/accessory")(homebridge); homebridge.registerAccessory( "homebridge-mi-hygrothermograph", "Hygrotermograph", HygrothermographAccessory ); };