UNPKG

homebridge-eveatmo

Version:

Homebridge plugin which adds a Netatmo weatherstation as HomeKit device and tries to act like Elgato Eve Room/Weather

10 lines (7 loc) 188 B
'use strict'; function waitForEvent(emitter, event) { return new Promise((resolve) => { emitter.once(event, (...args) => resolve(args)); }); } module.exports = { waitForEvent };