UNPKG

homebridge-eveatmo

Version:

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

11 lines (8 loc) 265 B
'use strict'; function createFakeAxios() { return { post: () => Promise.reject(new Error('axios.post not stubbed for this call')), get: () => Promise.reject(new Error('axios.get not stubbed for this call')), }; } module.exports = { createFakeAxios };