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) 239 B
'use strict'; const path = require('path'); exports.command = 'tokens <command>'; exports.description = 'Manage tokens of devices'; exports.builder = yargs => yargs.commandDir(path.join(__dirname, 'tokens')); exports.handler = () => {};