UNPKG

homebridge-miot

Version:

Homebridge plugin for devices supporting the miot protocol

7 lines (5 loc) 224 B
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 = () => {};