UNPKG

miio

Version:

Control Mi Home devices, such as Mi Robot Vacuums, Mi Air Purifiers, Mi Smart Home Gateway (Aqara) and more

12 lines (9 loc) 267 B
/* eslint-disable */ const miio = require('./lib'); // Create a new device over the given address miio.device({ address: 'ipHere', }).then(device => { console.log('Connected to device'); console.log(device); }).catch(err => console.log('Error occurred:', err));