UNPKG

miio

Version:

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

9 lines (6 loc) 253 B
'use strict'; const path = require('path'); exports.command = 'protocol <command>'; exports.description = 'Inspect and test raw miIO-commands'; exports.builder = yargs => yargs.commandDir(path.join(__dirname, 'protocol')); exports.handler = () => {};