UNPKG

homebridge-miot

Version:

Homebridge plugin for devices supporting the miot protocol

7 lines (5 loc) 220 B
const path = require('path'); exports.command = 'cloud <command>'; exports.description = 'Connect to the MiCloud'; exports.builder = yargs => yargs.commandDir(path.join(__dirname, 'cloud')); exports.handler = () => {};