UNPKG

miio

Version:

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

10 lines (7 loc) 204 B
'use strict'; const { Yeelight, ColorTemperature } = require('./yeelight'); module.exports = class YeelightMono extends Yeelight.with(ColorTemperature) { constructor(options) { super(options); } };