UNPKG

node-mihome

Version:

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

10 lines (6 loc) 260 B
const Device = require('./lumi.gateway.v2'); module.exports = class extends Device { static model = 'lumi.gateway.v3'; static name = 'Mi Control Hub'; static image = 'https://static.home.mi.com/app/image/get/file/developer_1551946283d9yib9nj.png'; };