UNPKG

homebridge-xiaomi-roborock-vacuum

Version:

Xiaomi Vacuum Cleaner - 1st (Mi Robot), 2nd (Roborock S50 + S55), 3rd Generation (Roborock S6) and S5 Max - plugin for Homebridge.

9 lines (6 loc) 241 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 = () => {};