UNPKG

homebridge-eveatmo

Version:

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

14 lines (11 loc) 254 B
'use strict'; function stubAxios(fakeAxios) { const modulePath = require.resolve('axios'); require.cache[modulePath] = { id: modulePath, filename: modulePath, loaded: true, exports: fakeAxios, }; } module.exports = { stubAxios };