UNPKG

homebridge-miot

Version:

Homebridge plugin for devices supporting the miot protocol

9 lines (7 loc) 167 B
#!/usr/bin/env node const path = require('path'); require('yargs') .commandDir(path.join(__dirname, 'commands')) .recommendCommands() .demandCommand() .argv;